TimerItem.Reset Method
Resets the timer by rescheduling the item for a period of time equal to the original timer span.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub Reset
'Usage
Dim instance As TimerItem
instance.Reset()
public void Reset()
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the configured span in seconds is 0 or greater than UInt16.MaxValue. |