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>
generic<typename K>
public interface class IKey
type IKey<'K> = interface end
Public Interface IKey(Of K)

Type Parameters

  • K
    Grouping key.

Properties

Name Description
System_CAPS_pubproperty Key

Gets the grouping key.

Remarks

 

See Also

Microsoft.ComplexEventProcessing.Linq Namespace

Return to top