IExecutionContext.RequestId Property

 

Applies To: Dynamics CRM 2015

Gets the GUID of the request being processed by the event execution pipeline.

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

Syntax

Nullable<Guid> RequestId { get; }
property Nullable<Guid> RequestId {
    Nullable<Guid> get();
}
abstract RequestId : Nullable<Guid> with get
ReadOnly Property RequestId As Nullable(Of Guid)

Property Value

Type: System.Nullable<Guid>

Type: Nullable<Guid>
The GUID of the request being processed by the event execution pipeline. This corresponds to the RequestId property, which is the primary key for the OrganizationRequest class from which specialized request classes are derived.

See Also

IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
Use messages (request and response classes) with the Execute method
Event execution pipeline

Return to top

© 2016 Microsoft. All rights reserved. Copyright