OperationResultOperationsExtensions.GetAsync 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 status of a long-running operation.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.RemoteAppOperationStatusResult> GetAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IOperationResultOperations operations, string trackingId);
static member GetAsync : Microsoft.WindowsAzure.Management.RemoteApp.IOperationResultOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.RemoteAppOperationStatusResult>
<Extension()>
Public Function GetAsync (operations As IOperationResultOperations, trackingId As String) As Task(Of RemoteAppOperationStatusResult)
Parameters
- operations
- IOperationResultOperations
Reference to the Microsoft.WindowsAzure.Management.RemoteApp.IOperationResultOperations.
- trackingId
- String
Required. The operation tracking id.
Returns
Operation response for OperationResultOperations.Get.