KeyedPayload<TKey, TPayload> Structure

Namespace:  Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public struct KeyedPayload<TKey, TPayload> : IKey<TKey>

Type Parameters

  • TKey
  • TPayload

The KeyedPayload<TKey, TPayload> type exposes the following members.

Properties

  Name Description
Public property Key Gets the grouping key that is associated with this object.
Public property Payload

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace