Table of Contents

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

TAction

The type of action being built.

TBuilder

The type of builder for method chaining.

Extension Methods

Methods

Build()

Builds the action.