Click or drag to resize

BroadcastFilterMode Enumeration

Controls which broadcast messages are passed to a broadcast processor.

Namespace:  MFiles.VAF.AppTasks
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public enum BroadcastFilterMode
Members
  Member nameValueDescription
None0 No filtering behavior. All broadcasts are passed to the broadcast processor.
FromOtherServersOnly1 Only pass broadcasts sent by other server instances to the broadcast processor.
FromThisServerOnly2 Only pass broadcasts sent by the current server instance to the broadcast processor.
See Also