C#
C++
F#
VB
Ends an asynchronous operation to open a stream for writing to the 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.