IStorageProviderCallback.DiskUpdated Method (String, DISK_EVENTS, DiskInfo, Int32)
Called when a disk is updated.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void DiskUpdated(
string diskObjectId,
DISK_EVENTS diskChangeEvent,
DiskInfo diskInfo,
int connectiontId
)
[OperationContractAttribute(IsOneWay = true)]
void DiskUpdated(
String^ diskObjectId,
DISK_EVENTS diskChangeEvent,
DiskInfo^ diskInfo,
int connectiontId
)
<OperationContractAttribute(IsOneWay := True)>
Sub DiskUpdated (
diskObjectId As String,
diskChangeEvent As DISK_EVENTS,
diskInfo As DiskInfo,
connectiontId As Integer
)
Parameters
diskObjectId
Type: System.StringIdentifier of the disk.
diskChangeEvent
Type: Microsoft.WindowsServerSolutions.Storage.DISK_EVENTSType of event.
diskInfo
Type: Microsoft.WindowsServerSolutions.Storage.DiskInfoDetails of the disk.
connectiontId
Type: System.Int32Connection identifier.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top