Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Remarks
This method exists so that derived classes can add additional disposal logic. Client code should use the public parameter-less version.
See Also
Dispose Overload
CimMethodResult Class
Microsoft.Management.Infrastructure Namespace
Return to top