CloudFile.EndUploadFromByteArray Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.File)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudFile.::..EndUploadFromByteArray Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to upload the contents of a byte array to a file.
Namespace:
Microsoft.WindowsAzure.Storage.File
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndUploadFromByteArray :
asyncResult:IAsyncResult -> unit
override EndUploadFromByteArray :
asyncResult:IAsyncResult -> unit
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return to top
Ends an asynchronous operation to upload the contents of a byte array to a file.
Syntax
abstract EndUploadFromByteArray : asyncResult:IAsyncResult -> unit override EndUploadFromByteArray : asyncResult:IAsyncResult -> unit
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.