Click or drag to resize

BroadcastProcessorTDirective Class

Processes broadcast messages sent to an application task queue.
Inheritance Hierarchy
SystemObject
  MFiles.VAF.AppTasksProcessor
    MFiles.VAF.AppTasksBroadcastProcessor
      MFiles.VAF.AppTasksBroadcastProcessorTDirective

Namespace:  MFiles.VAF.AppTasks
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public sealed class BroadcastProcessor<TDirective> : BroadcastProcessor
where TDirective : BroadcastDirective

Type Parameters

TDirective
The type of BroadcastDirective expected by the processor.

The BroadcastProcessorTDirective type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFilterMode
Determines which messages are passed to the processor.
(Inherited from BroadcastProcessor.)
Public propertyType
The type of task that can be processed.
(Inherited from Processor.)
Top
Methods
See Also