Click or drag to resize

BroadcastProcessorHandlerTDirective Delegate

Handler method for a broadcast.

Namespace:  MFiles.VAF.AppTasks
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public delegate void Handler<TDirective>(
	IBroadcastProcessingJob<TDirective> job
)
where TDirective : BroadcastDirective

Parameters

job
Type: MFiles.VAF.AppTasksIBroadcastProcessingJobTDirective
Contains the broadcasts to process.

Type Parameters

TDirective
The type of directive used by the broadcast.
See Also