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!

TimerElapsedEventArgs.TimerId

The new timer id.

[Visual Basic]
Public ReadOnly Property TimerId As Integer
[C#]
public int TimerId {get;}
[C++]
public: __property int get_TimerId();
[JScript]
public function get TimerId() : int;

See Also

TimerElapsedEventArgs Class | TimerElapsedEventArgs Members | System.Core Namespace