Interface IBroadcastExecution<TResult>
Broadcast execution control object, provides information about the broadcast execution process and result.
public interface IBroadcastExecution<TResult>
Type Parameters
TResult
Job result type.
Properties
JobExecutions
Gets the job executions.
IReadOnlyList<IJobExecution<TResult>> JobExecutions { get; }
Property Value
- IReadOnlyList<IJobExecution<TResult>>