C#C++F#VB
CloudFileShare.::..EndGetPermissions Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Returns the asynchronous result of the request to get the permissions settings for the share.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndGetPermissions : asyncResult:IAsyncResult -> FileSharePermissions override EndGetPermissions : asyncResult:IAsyncResult -> FileSharePermissions
Public Overridable Function EndGetPermissions ( asyncResult As IAsyncResult ) As FileSharePermissions
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.