Click or drag to resize

IReceivedBroadcastTDirective Interface

Container for a broadcast message and it's directive.

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

Type Parameters

TDirective

The IReceivedBroadcastTDirective type exposes the following members.

Properties
  NameDescription
Public propertyDirective
The parsed directive from the message's broadcast data.
Public propertyMessage
The received broadcast message.
(Inherited from IReceivedBroadcast.)
Top
See Also