TaskQueueManagerGetNewBroadcastMessages Method

Gets new broadcast messages from the server.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected ApplicationBroadcastMessages GetNewBroadcastMessages(
	string queueId,
	string lastProcessedBroadcastId
)

Parameters

queueId  String
Task queue identifier to resolve broadcast messages from.
lastProcessedBroadcastId  String
Last broadcast message id to be processed by 'this' server.

Return Value

ApplicationBroadcastMessages
ApplicationBroadcastMessages

See Also