Click or drag to resize

IBroadcastProcessingJobTDirective Interface

Object received by a BroadcastProcessor, when there are broadcast messages to process.

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

Type Parameters

TDirective
The type of BroadcastDirective expected by the processor.

The IBroadcastProcessingJobTDirective type exposes the following members.

Properties
  NameDescription
Public propertyCurrentServerGuid
The server on which the messages are being processed.
(Inherited from IBroadcastProcessingJob.)
Public propertyMessages
The broadcast messages to process.
Top
See Also