[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | Delay<TRecord>() |
Constructs a new feedback edge
|
![]() | Delay<TRecord>(Int32) |
Constructs a new feedback edge with a maximum number of iterations
|
![]() | Delay<TRecord>(Expression<Func<TRecord, Int32>>) |
Constructs a new feedback edge with an enforced partitioning
|
![]() | Delay<TRecord>(Expression<Func<TRecord, Int32>>, Int32) |
Constructs a new feedback edge with an enforced partitioning and a maximum number of iterations
|
See Also