OperationEvent.StartEndPairId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)