IFileSystemOperations.BeginOpenAsync Method (String, String, FileOpenParameters, CancellationToken)

 

Gets the data associated with the file handle requested.

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Syntax

Task<FileCreateOpenAndAppendResponse> BeginOpenAsync(
    string filePath,
    string accountName,
    FileOpenParameters parameters,
    CancellationToken cancellationToken
)
Task<FileCreateOpenAndAppendResponse^>^ BeginOpenAsync(
    String^ filePath,
    String^ accountName,
    FileOpenParameters^ parameters,
    CancellationToken cancellationToken
)
abstract BeginOpenAsync : 
        filePath:string *
        accountName:string *
        parameters:FileOpenParameters *
        cancellationToken:CancellationToken -> Task<FileCreateOpenAndAppendResponse>
Function BeginOpenAsync (
    filePath As String,
    accountName As String,
    parameters As FileOpenParameters,
    cancellationToken As CancellationToken
) As Task(Of FileCreateOpenAndAppendResponse)

Parameters

  • accountName
    Type: System.String

    The name of the account to retrieve

Return Value

Type: System.Threading.Tasks.Task<FileCreateOpenAndAppendResponse>

The data from the file requested.

See Also

IFileSystemOperations Interface
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace

Return to top