StorageOperationStatus.Dispose Method (Boolean)

 

Release all resources that are used by the StorageOperationStatus object and optionally releases the managed resources..

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.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 release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

Disposeā€‚Overload
StorageOperationStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top