CloudBlobContainer.EndSetPermissions Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobContainer.::..EndSetPermissions Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Returns the result of an asynchronous request to set permissions for the container.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndSetPermissions :
asyncResult:IAsyncResult -> unit
override EndSetPermissions :
asyncResult:IAsyncResult -> unit
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return to top
Returns the result of an asynchronous request to set permissions for the container.
Syntax
abstract EndSetPermissions : asyncResult:IAsyncResult -> unit override EndSetPermissions : asyncResult:IAsyncResult -> unit
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.