RemoteExecutionContext.RequestId Property

 

Applies To: Dynamics CRM 2015

Gets the global unique identifier of the request being processed by the event execution pipeline.

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

Syntax

[DataMemberAttribute]
public Nullable<Guid> RequestId { get; set; }
public:
[DataMemberAttribute]
property Nullable<Guid> RequestId {
    virtual Nullable<Guid> get() sealed;
    virtual void set(Nullable<Guid> value) sealed;
}
[<DataMemberAttribute>]
abstract RequestId : Nullable<Guid> with get, set
[<DataMemberAttribute>]
override RequestId : Nullable<Guid> with get, set
<DataMemberAttribute>
Public Property RequestId As Nullable(Of Guid)

Property Value

Type: System.Nullable<Guid>

Type: Nullable<Guid
>
The global unique identifier of the request.

Implements

IExecutionContext.RequestId

See Also

RemoteExecutionContext Class
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