TaskQueueManagerGetLatestBroadcastMessageIdentifier Method

Resolves the latest broadcast id for the passed queue identifier.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public string GetLatestBroadcastMessageIdentifier(
	string queueId
)

Parameters

queueId  String
Task queue identifier.

Return Value

String
The id of the latest broadcast task. An empty string is returned if no value was provided in the server response.

See Also