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.
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
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