BroadcastDirective Class

Broadcast action directive.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class BroadcastDirective : TaskQueueDirective
Inheritance
Object    TaskQueueDirective    BroadcastDirective
Derived

Constructors

Properties

GeneratedFromGuid Multi-server Mode Guid of the server that created the broadcast task. - This is used to ensure it is not processed twice by the generating server.
GeneratedFromMachineName Machine name of the server that created the broadcast task. - This is used to ensure it is not processed twice by the generating machine.
UserID User ID of the user who initiated the task.

Methods

ToBytes Serializes this object to a UTF8 encoded byte[].
(Inherited from TaskQueueDirective)
ToJson Serializes this object to a JSON string.
(Inherited from TaskQueueDirective)

See Also