TaskQueueManagerGetNewBroadcastMessages Method |
Gets new broadcast messages from the server.
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected ApplicationBroadcastMessages GetNewBroadcastMessages(
string queueId,
string lastProcessedBroadcastId
)
Protected Function GetNewBroadcastMessages (
queueId As String,
lastProcessedBroadcastId As String
) As ApplicationBroadcastMessages
protected:
ApplicationBroadcastMessages^ GetNewBroadcastMessages(
String^ queueId,
String^ lastProcessedBroadcastId
)
Parameters
- queueId
- Type: SystemString
Task queue identifier to resolve broadcast messages from. - lastProcessedBroadcastId
- Type: SystemString
Last broadcast message id to be processed by 'this' server.
Return Value
Type:
ApplicationBroadcastMessagesApplicationBroadcastMessages
See Also