Partager via


IStorageProviderCallback.ReturnSpacesPool Method (SpacesPoolInfo, Int32)

 

Returns the spaces pool.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[OperationContractAttribute(IsOneWay = true)]
void ReturnSpacesPool(
    SpacesPoolInfo spacesPool,
    int connectiontId
)
[OperationContractAttribute(IsOneWay = true)]
void ReturnSpacesPool(
    SpacesPoolInfo^ spacesPool,
    int connectiontId
)
<OperationContractAttribute(IsOneWay := True)>
Sub ReturnSpacesPool (
    spacesPool As SpacesPoolInfo,
    connectiontId As Integer
)

Parameters

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top