DeploymentExtensions.GetAsyncOperationStatus(ServiceClient, Guid) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.PowerPlatform.Dataverse.Client.Extensions.AsyncStatusResponse> GetAsyncOperationStatus (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, Guid asyncOperationId);
static member GetAsyncOperationStatus : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * Guid -> System.Threading.Tasks.Task<Microsoft.PowerPlatform.Dataverse.Client.Extensions.AsyncStatusResponse>
<Extension()>
Public Function GetAsyncOperationStatus (serviceClient As ServiceClient, asyncOperationId As Guid) As Task(Of AsyncStatusResponse)

Parameters

serviceClient
ServiceClient
asyncOperationId
Guid

Returns

Applies to