OperationStatusesOperations.GetAsync(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current status of an async operation.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Communication.Models.OperationStatus>> GetAsync (string location, string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Communication.Models.OperationStatus>>
override this.GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Communication.Models.OperationStatus>>
Public Overridable Function GetAsync (location As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of OperationStatus))
Parameters
- location
- System.String
The Azure region.
- operationId
- System.String
The ID of an ongoing async operation.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
- System.Threading.Tasks.Task<Response<OperationStatus>>