Partager via


Notifier.Dispose Method ()

 

Releases all of the resources that are used by the Notifier object.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)

Syntax

public void Dispose()
public:
virtual void Dispose() sealed
Public Sub Dispose

Implements

IDisposable.Dispose()

Remarks

When the Notifier object is disposed, all persistent notifications that were raised with it are automatically cleared by the Notifications Provider.

See Also

Notifier Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace

Return to top