GarbageCollectedTimer Constructor (TimerCallback)
Initializes a new instance of the GarbageCollectedTimer class with the specified callback.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public GarbageCollectedTimer(
TimerCallback callback
)
public:
GarbageCollectedTimer(
TimerCallback^ callback
)
Public Sub New (
callback As TimerCallback
)
Parameters
callback
Type: System.Threading.TimerCallbackThe method that handles calls from the GarbageCollectedTimer object.
See Also
GarbageCollectedTimer Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top