IAsset.UploadFilesAsync Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Uploads the files asynchronously to an asset.

Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Usage

'Usage
Dim instance As IAsset
Dim files As String()
Dim blobTransferClient As BlobTransferClient
Dim locator As ILocator
Dim token As CancellationToken
Dim returnValue As Task

returnValue = instance.UploadFilesAsync(files, blobTransferClient, locator, token)

Syntax

'Declaration
Function UploadFilesAsync ( _
    files As String(), _
    blobTransferClient As BlobTransferClient, _
    locator As ILocator, _
    token As CancellationToken _
) As Task
Task UploadFilesAsync (
    string[] files,
    BlobTransferClient blobTransferClient,
    ILocator locator,
    CancellationToken token
)
Task^ UploadFilesAsync (
    array<String^>^ files, 
    BlobTransferClient^ blobTransferClient, 
    ILocator^ locator, 
    CancellationToken token
)
Task UploadFilesAsync (
    String[] files, 
    BlobTransferClient blobTransferClient, 
    ILocator locator, 
    CancellationToken token
)
function UploadFilesAsync (
    files : String[], 
    blobTransferClient : BlobTransferClient, 
    locator : ILocator, 
    token : CancellationToken
) : Task

Parameters

  • files
    The files.
  • locator
    An asset ILocator which defines permissions associated with the asset.

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

Development Platforms

Windows 7, Windows Server 2008, Windows 8 Beta

Target Platforms

See Also

Reference

IAsset Interface
IAsset Members
Microsoft.WindowsAzure.MediaServices.Client Namespace

Build Date:

2012-06-07