Partager via


ReadOnlyObservableNotificationCollection.Dispose Method (Boolean)

 

Releases the unmanaged resources used by the ReadOnlyObservableNotificationCollection object and optionally releases the managed resources.

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

Syntax

protected virtual void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
)
Protected Overridable Sub Dispose (
    disposing As Boolean
)

Parameters

  • disposing
    Type: System.Boolean

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

Dispose Overload
ReadOnlyObservableNotificationCollection Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace

Return to top