Condividi tramite


IStorageProviderCallback.SpacesPoolUpdated Method (String, SPACESPOOL_EVENTS, SpacesPoolInfo, Int32)

 

Called when the spaces pool is updated.

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

Syntax

[OperationContractAttribute(IsOneWay = true)]
void SpacesPoolUpdated(
    string poolId,
    SPACESPOOL_EVENTS poolChangeEvent,
    SpacesPoolInfo poolInfo,
    int connectiontId
)
[OperationContractAttribute(IsOneWay = true)]
void SpacesPoolUpdated(
    String^ poolId,
    SPACESPOOL_EVENTS poolChangeEvent,
    SpacesPoolInfo^ poolInfo,
    int connectiontId
)
<OperationContractAttribute(IsOneWay := True)>
Sub SpacesPoolUpdated (
    poolId As String,
    poolChangeEvent As SPACESPOOL_EVENTS,
    poolInfo As SpacesPoolInfo,
    connectiontId As Integer
)

Parameters

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top