Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Returns the result of an asynchronous request to set permissions for the share.

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

Syntax

 
public virtual void EndSetPermissions(
	IAsyncResult asyncResult
)
 
public:
virtual void EndSetPermissions(
	IAsyncResult^ asyncResult
)
 
abstract EndSetPermissions : 
        asyncResult:IAsyncResult -> unit
override EndSetPermissions : 
        asyncResult:IAsyncResult -> unit
 
Public Overridable Sub EndSetPermissions (
	asyncResult As IAsyncResult
)

Parameters

asyncResult
Type: System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Return to top