CloudFileShare.EndGetPermissions Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.File)

From Microsoft Windows Azure Storage Blob

Returns the asynchronous result of the request to get the permissions settings for the share.

Namespace:   Microsoft.WindowsAzure.Storage.File
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public virtual FileSharePermissions EndGetPermissions(
	IAsyncResult asyncResult
)
 
public:
virtual FileSharePermissions^ EndGetPermissions(
	IAsyncResult^ asyncResult
)
 
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.

Return to top