CepEvent<TPayload>.Payload Property
Gets the event payload.
Namespace: Microsoft.ComplexEventProcessing.Linq
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public TPayload Payload { get; internal set; }
Property Value
Type: TPayload
An object that represents the event payload.