Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As CloudBlockBlob
Dim source As StorageFile
Dim returnValue As IAsyncAction
returnValue = instance.UploadFromFileAsync(source) |
Syntax
Visual Basic |
---|
Public Function UploadFromFileAsync ( _
source As StorageFile _
) As IAsyncAction |
C# |
---|
public IAsyncAction UploadFromFileAsync (
StorageFile source
) |
C++ |
---|
public:
virtual IAsyncAction^ UploadFromFileAsync (
StorageFile^ source
) sealed |
J# |
---|
public final IAsyncAction UploadFromFileAsync (
StorageFile source
) |
JScript |
---|
public final function UploadFromFileAsync (
source : StorageFile
) : 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