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; }
public:
property TPayload Payload {
    TPayload get();
    internal: void set(TPayload value);
}
member Payload : 'TPayload with get, internal set
Public Property Payload As TPayload
    Get
    Friend Set
End Property

Property Value

Type: TPayload

An object that represents the event payload.

See Also

CepEvent<TPayload> Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top