Share via


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

See Also

GarbageCollectedTimer Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top