ExecuteAsyncResponse.AsyncJobId Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ID of the asynchronous job that was started from processing the ExecuteAsyncRequest.

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public Guid AsyncJobId { get; }
public:
property Guid AsyncJobId {
    Guid get();
}
member AsyncJobId : Guid with get
Public ReadOnly Property AsyncJobId As Guid

Property Value

Type: System.Guid

Type: Guid

The ID of the asynchronous job.

See Also

ExecuteAsyncResponse Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright