Polls the Alarm component for alarms that have been triggered
since the provided Start date/time. If Start
is null, all triggered alarms will be returned.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public virtual IList<AlarmOccurrence> Poll( IDateTime Start, IDateTime End ) |
| Visual Basic |
|---|
Public Overridable Function Poll ( _ Start As IDateTime, _ End As IDateTime _ ) As IList(Of AlarmOccurrence) |
| Visual C++ |
|---|
public: virtual IList<AlarmOccurrence>^ Poll( IDateTime^ Start, IDateTime^ End ) |
Parameters
- Start
- Type: iCal..::..IDateTime
The earliest date/time to poll trigerred alarms for.
- End
- Type: iCal..::..IDateTime