Share via


IDacOperations.GetStatusPostAsync Method (String, DacGetStatusParameters, CancellationToken)

 

Gets the status of the import or export operation in the specified server with the corresponding request ID. The request ID is provided in the responses of the import or export operation.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

Task<DacGetStatusResponse> GetStatusPostAsync(
    string serverName,
    DacGetStatusParameters parameters,
    CancellationToken cancellationToken
)
Task<DacGetStatusResponse^>^ GetStatusPostAsync(
    String^ serverName,
    DacGetStatusParameters^ parameters,
    CancellationToken cancellationToken
)
abstract GetStatusPostAsync : 
        serverName:string *
        parameters:DacGetStatusParameters *
        cancellationToken:CancellationToken -> Task<DacGetStatusResponse>
Function GetStatusPostAsync (
    serverName As String,
    parameters As DacGetStatusParameters,
    cancellationToken As CancellationToken
) As Task(Of DacGetStatusResponse)

Parameters

  • serverName
    Type: System.String

    The name of the server in which the import or export operation is taking place.

Return Value

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

Represents a list of import or export status values returned from GetStatus.

See Also

IDacOperations Interface
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top