Freigeben über


FileContainerHttpClient.DownloadFileAsync-Methode

Namespace:  Microsoft.VisualStudio.Services.FileContainer.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Function DownloadFileAsync ( _
    containerId As Long, _
    itemPath As String, _
    cancellationToken As CancellationToken, _
    userState As Object _
) As Task(Of Stream)
public Task<Stream> DownloadFileAsync(
    long containerId,
    string itemPath,
    CancellationToken cancellationToken,
    Object userState
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task<Stream>

.NET Framework-Sicherheit

Siehe auch

Referenz

FileContainerHttpClient Klasse

Microsoft.VisualStudio.Services.FileContainer.Client-Namespace