CimMethodResult.Dispose Method (Boolean)
Releases resources associated with this object.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
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
)
disposing
Type: System.BooleanA Boolean value used to indicate that a dispose operation has been initiated.
This method exists so that derived classes can add additional disposal logic. Client code should use the public parameter-less version.
Dispose Overload
CimMethodResult Class
Microsoft.Management.Infrastructure Namespace
Return to top