Partager via


IStorageProviderCallback.GetSpacesPoolCompleted Method (Int32)

 

Called when all the spaces pool is returned.

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

Syntax

[OperationContractAttribute(IsOneWay = true)]
void GetSpacesPoolCompleted(
    int connectiontId
)
[OperationContractAttribute(IsOneWay = true)]
void GetSpacesPoolCompleted(
    int connectiontId
)
<OperationContractAttribute(IsOneWay := True)>
Sub GetSpacesPoolCompleted (
    connectiontId As Integer
)

Parameters

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top