Interface IBatchJobHandler
Represents a batch job handler.
Namespace: BiExcellence.OpenBi.Api.Commands.BatchJobs
Assembly: BiExcellence.OpenBi.Api.BatchJob.dll
Syntax
public interface IBatchJobHandler
Properties
Parameters
Gets the parameters.
Declaration
IList<IBatchJobHandlerParameter> Parameters { get; }
Property Value
Type | Description |
---|---|
IList<IBatchJobHandlerParameter> |