CimSessionOptions.Dispose Method (Boolean)

 

Releases resources associated with this object.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

protected virtual void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
)
abstract Dispose : 
        disposing:bool -> unit
override Dispose : 
        disposing:bool -> unit
Protected Overridable Sub Dispose (
    disposing As Boolean
)

Parameters

  • disposing
    Type: System.Boolean

    A Boolean value used to indicate that a dispose operation has been initiated.

See Also

Disposeā€‚Overload
CimSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top