TaskQueueManagerGetLatestBroadcastMessageIdentifier Method |
Resolves the latest broadcast id for the passed queue identifier.
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string GetLatestBroadcastMessageIdentifier(
string queueId
)
Public Function GetLatestBroadcastMessageIdentifier (
queueId As String
) As String
public:
String^ GetLatestBroadcastMessageIdentifier(
String^ queueId
)
Parameters
- queueId
- Type: SystemString
Task queue identifier.
Return Value
Type:
StringThe id of the latest broadcast task. An empty string is returned if no value
was provided in the server response.
See Also