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 folder size is updated.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void UpdateFolderSize(
ulong folderSizeInBytes,
int requestId
)
[OperationContractAttribute(IsOneWay = true)]
void UpdateFolderSize(
unsigned long long folderSizeInBytes,
int requestId
)
<OperationContractAttribute(IsOneWay := True)>
Sub UpdateFolderSize (
folderSizeInBytes As ULong,
requestId As Integer
)
Parameters
folderSizeInBytes
Type: System.UInt64The new folder size, in bytes.
requestId
Type: System.Int32The request ID.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top