Interface ICycleSchedulerProvider
Interface used to inject the scheduler on which the consensus cycle events occur.
Namespace: Catalyst.Abstractions.Consensus.Cycle
Assembly: Catalyst.Abstractions.dll
Syntax
public interface ICycleSchedulerProvider
Properties
| Improve this Doc View SourceScheduler
Declaration
IScheduler Scheduler { get; }
Property Value
Type | Description |
---|---|
IScheduler |