CimSession.Dispose Method (Boolean)
Releases resources associated with this object.
Namespace: Microsoft.Management.Infrastructure
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.BooleanA Boolean value used to indicate that a dispose operation has been initiated.
See Also
Dispose Overload
CimSession Class
Microsoft.Management.Infrastructure Namespace
Return to top