IStorageProviderCallback.ReturnServerFolderRootPath Method (String, Int32)
Returns the server folder root path.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void ReturnServerFolderRootPath(
string serverFolderRootPath,
int connectionId
)
[OperationContractAttribute(IsOneWay = true)]
void ReturnServerFolderRootPath(
String^ serverFolderRootPath,
int connectionId
)
<OperationContractAttribute(IsOneWay := True)>
Sub ReturnServerFolderRootPath (
serverFolderRootPath As String,
connectionId As Integer
)
Parameters
serverFolderRootPath
Type: System.StringThe server folder root path to return.
connectionId
Type: System.Int32The connection ID.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top