OperationEvent.StartEndPairId Property

Definition

Gets pair id for start-end operation events. It is the same value as CorrelationId. return null for atomic operation event.

public:
 property Nullable<Guid> StartEndPairId { Nullable<Guid> get(); };
public Guid? StartEndPairId { get; }
member this.StartEndPairId : Nullable<Guid>
Public ReadOnly Property StartEndPairId As Nullable(Of Guid)

Property Value

Applies to