Partager via


ConfigMgrBgbSession.Dispose Method (Boolean)

 

Implementation of IDisposable.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.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 dispose of unmanaged resources.

See Also

Dispose Overload
ConfigMgrBgbSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top