IKey<K> Interface

Provides access to the grouping key.

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

Syntax

public interface IKey<K>

Type Parameters

  • K
    Grouping key.

The IKey<K> type exposes the following members.

Properties

  Name Description
Public property Key Gets the grouping key.

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace