CloudFileShare.EndGetPermissions(IAsyncResult) Method

Definition

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

public virtual Microsoft.Azure.Storage.File.FileSharePermissions EndGetPermissions (IAsyncResult asyncResult);
abstract member EndGetPermissions : IAsyncResult -> Microsoft.Azure.Storage.File.FileSharePermissions
override this.EndGetPermissions : IAsyncResult -> Microsoft.Azure.Storage.File.FileSharePermissions
Public Overridable Function EndGetPermissions (asyncResult As IAsyncResult) As FileSharePermissions

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

A FileSharePermissions object.

Applies to