ImportSolutionAsyncResponse.AsyncOperationId Property

Definition

Gets the unique identifier (ID) of the asynchronous operation for the solution import.

public:
 property Guid AsyncOperationId { Guid get(); };
public Guid AsyncOperationId { get; }
member this.AsyncOperationId : Guid
Public ReadOnly Property AsyncOperationId As Guid

Property Value

Remarks

Use the identifier to check the success status of the asynchronous job.

Applies to