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.CreateTimer

Creates a new window timer asociated with the system events window.

[Visual Basic]
Public Shared Function CreateTimer( _
   ByVal interval As Integer _
) As Integer
[C#]
public static int CreateTimer(
   int interval
);
[C++]
public: static int CreateTimer(
   int interval
);
[JScript]
public static function CreateTimer(
   interval : int
) : int;

Parameters

interval
Specifies the interval between timer notifications.

Return Value

The id of the timer created.

See Also

SystemEvents Class | SystemEvents Members | System.Core Namespace