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.
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
- spacesPool 
 Type: Microsoft.WindowsServerSolutions.Storage.SpacesPoolInfo- Details about the spaces pool. 
- connectiontId 
 Type: System.Int32- The connection ID. 
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top