IDatabaseOperationOperations.GetAsync Method (String, String, CancellationToken)
Returns information about a specific operation by using the operation Guid.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Function GetAsync ( serverName As String, operationGuid As String, cancellationToken As CancellationToken ) As Task(Of DatabaseOperationGetResponse)
Parameters
- serverName
-
Type:
System.String
The name of the Azure SQL Database Server where the database is hosted.
- operationGuid
-
Type:
System.String
The Guid of the Azure SQL Database operation to be obtained.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of DatabaseOperationGetResponse)Represents the database operation for a given operation Guid.
Show: