Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.TimerCallback- The method that handles calls from the GarbageCollectedTimer object. 
See Also
GarbageCollectedTimer Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top