TimerCallback Delegate
Represents the method that handles calls from a Timer.
Namespace:
System.ThreadingAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] public delegate void TimerCallback( Object state )
<ExternalAttribute> _ Public Delegate Sub TimerCallback ( _ state As Object _ )
[ExternalAttribute] public delegate void TimerCallback( Object^ state )
Parameters
- state
- Type: System..::..Object
An object containing application-specific information relevant to the method invoked by this delegate, or null.