Partager via


NotificationSubscription.Dispose Method ()

 

Releases all of the resources that are used by the NotificationSubscription 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

After this method is called, the INotificationSubscriber object that was passed to the constructor is no longer called.

See Also

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

Return to top