CloudFile.EndUploadFromStream Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.File)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudFile.::..EndUploadFromStream Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to upload a stream to a file.
Namespace:
Microsoft.WindowsAzure.Storage.File
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndUploadFromStream :
asyncResult:IAsyncResult -> unit
override EndUploadFromStream :
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 a stream to a file.
Syntax
abstract EndUploadFromStream : asyncResult:IAsyncResult -> unit override EndUploadFromStream : asyncResult:IAsyncResult -> unit
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.