NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemEvents.KillTimer

Kills the timer specified by the given id.

[Visual Basic]
Public Shared Sub KillTimer( _
   ByVal timerId As Integer _
)
[C#]
public static void KillTimer(
   int timerId
);
[C++]
public: static void KillTimer(
   int timerId
);
[JScript]
public static function KillTimer(
   timerId : int
);

Parameters

timerId
The id for the timer to kill.

See Also

SystemEvents Class | SystemEvents Members | System.Core Namespace