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!

Timer Constructor (TimerCallback, Object, UInt32, UInt32)

Initializes a new instance of the Timer class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal callback As TimerCallback, _
   ByVal state As Object, _
   ByVal dueTime As UInt32, _
   ByVal period As UInt32 _
)
[C#]
public Timer(
   TimerCallback callback,
   object state,
   uint dueTime,
   uint period
);
[C++]
public: Timer(
   TimerCallback* callback,
   Object* state,
   unsigned int dueTime,
   unsigned int period
);
[JScript]
public function Timer(
   callback : TimerCallback,
   state : Object,
   dueTime : UInt32,
   period : UInt32
);

Parameters

callback
[To be supplied.]
state
[To be supplied.]
dueTime
[To be supplied.]
period
[To be supplied.]

See Also

Timer Class | Timer Members | System.Threading Namespace | Timer Constructor Overload List