CloudFile.EndOpenWrite Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.File)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Ends an asynchronous operation to open a stream for writing to the file.
Namespace:
Microsoft.WindowsAzure.Storage.File
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndOpenWrite :
asyncResult:IAsyncResult -> CloudFileStream
override EndOpenWrite :
asyncResult:IAsyncResult -> CloudFileStream
Public Overridable Function EndOpenWrite (
asyncResult As IAsyncResult
) As CloudFileStream
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type:
Microsoft.WindowsAzure.Storage.File.CloudFileStreamMicrosoft.WindowsAzure.Storage.File::CloudFileStream^Microsoft.WindowsAzure.Storage.File.CloudFileStreamMicrosoft.WindowsAzure.Storage.File.CloudFileStreamA stream to be used for writing to the file.
Return to top
Ends an asynchronous operation to open a stream for writing to the file.
Syntax
abstract EndOpenWrite : asyncResult:IAsyncResult -> CloudFileStream override EndOpenWrite : asyncResult:IAsyncResult -> CloudFileStream
Public Overridable Function EndOpenWrite ( asyncResult As IAsyncResult ) As CloudFileStream
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: Microsoft.WindowsAzure.Storage.File.CloudFileStreamMicrosoft.WindowsAzure.Storage.File::CloudFileStream^Microsoft.WindowsAzure.Storage.File.CloudFileStreamMicrosoft.WindowsAzure.Storage.File.CloudFileStreamA stream to be used for writing to the file.