Class Repeat
Operation to repeat an operation a given number of times.
Inherited Members
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public sealed class Repeat : OperationBase
Properties
Count
The number of times to repeat the operation.
Declaration
public long Count { get; }
Property Value
Type | Description |
---|---|
System.Int64 |