Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As ICloudBlob
Dim target As IOutputStream
Dim returnValue As IAsyncAction
returnValue = instance.DownloadToStreamAsync(target) |
Syntax
Visual Basic |
---|
Function DownloadToStreamAsync ( _
target As IOutputStream _
) As IAsyncAction |
C# |
---|
IAsyncAction DownloadToStreamAsync (
IOutputStream target
) |
C++ |
---|
IAsyncAction^ DownloadToStreamAsync (
IOutputStream^ target
) |
J# |
---|
IAsyncAction DownloadToStreamAsync (
IOutputStream target
) |
JScript |
---|
function DownloadToStreamAsync (
target : IOutputStream
) : IAsyncAction |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also