Interface IDmsSchedulerActionBuilder<TAction, TBuilder>
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Base builder interface for creating scheduler actions.
public interface IDmsSchedulerActionBuilder<out TAction, out TBuilder> where TAction : IDmsSchedulerAction where TBuilder : IDmsSchedulerActionBuilder<out TAction, out TBuilder>
Type Parameters
TActionThe type of action being built.
TBuilderThe type of builder for method chaining.
- Extension Methods
Methods
- Build()
Builds the action.