WorkItemAggregationIntervalKind EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Defines how intervals should be handled. Sliding means that every time message is posted into in queue interval starts to count from scratch, periodic counts from the first message post

Namespace: NFX.ServiceModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum WorkItemAggregationIntervalKind
Members

  Member nameValueDescription
Sliding0
Periodic1
See Also