Click or drag to resize

IBroadcastProcessingJob 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

The IBroadcastProcessingJob type exposes the following members.

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