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.
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
poolId
Type: System.StringThe pool ID.
poolChangeEvent
Type: Microsoft.WindowsServerSolutions.Storage.SPACESPOOL_EVENTSThe type of event.
poolInfo
Type: Microsoft.WindowsServerSolutions.Storage.SpacesPoolInfoAdditional details about the pool.
connectiontId
Type: System.Int32The connection ID.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top