Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to upload a stream to a blob.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
Task UploadFromStreamAsync(
	Stream source
)
 
Task^ UploadFromStreamAsync(
	Stream^ source
)
 
abstract UploadFromStreamAsync : 
        source:Stream -> Task
 
Function UploadFromStreamAsync (
	source As Stream
) As Task

Parameters

source
Type: System.IO.StreamSystem.IO::Stream^System.IO.StreamSystem.IO.Stream

A Stream object providing the blob content.

Return to top