Enum WorkItemAggregationIntervalKind
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.dll
Syntax
public enum WorkItemAggregationIntervalKind
Fields
Name | Description |
---|---|
Periodic | |
Sliding |