Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

 
Task UploadFromFileAsync(
	string path
)
 
Task^ UploadFromFileAsync(
	String^ path
)
 
abstract UploadFromFileAsync : 
        path:string -> Task
 
Function UploadFromFileAsync (
	path As String
) As Task

Parameters

path
Type: System.StringSystem::String^System.StringSystem.String

A string containing the file path providing the blob content.

Return to top