Share via


IStorageProviderCallback.ReturnFolder Method (FolderInfo, Int32)

 

Called when the folder is returned.

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

Syntax

[OperationContractAttribute(IsOneWay = true)]
void ReturnFolder(
    FolderInfo folderInfo,
    int connectiontId
)
[OperationContractAttribute(IsOneWay = true)]
void ReturnFolder(
    FolderInfo^ folderInfo,
    int connectiontId
)
<OperationContractAttribute(IsOneWay := True)>
Sub ReturnFolder (
    folderInfo As FolderInfo,
    connectiontId As Integer
)

Parameters

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top