Resets the timer by rescheduling the item for the new period of time specified.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
Reset ( _
	
newTimerSpan 
As 
TimeSpan _
)
C#
public 
void 
Reset(
	
TimeSpan 
newTimerSpan
)
Visual C++
public:
void 
Reset(
	
TimeSpan 
newTimerSpan
)
JavaScript
function 
reset(
newTimerSpan);

Parameters

newTimerSpan
Type: TimeSpan
The new timer span.

See Also