TaskQueueManagerGetLatestBroadcastMessageIdentifier Method
Resolves the latest broadcast id for the passed queue identifier.
Namespace: MFiles.VAF.Common.ApplicationTaskQueueAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public string GetLatestBroadcastMessageIdentifier(
string queueId
)
- queueId String
- Task queue identifier.
StringThe id of the latest broadcast task. An empty string is returned if no value
was provided in the server response.