TaskQueueManagerTaskQueueLastBroadcastId Property |
Last broadcast id processed for this queue.
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string LastBroadcastId { get; set; }
Public Property LastBroadcastId As String
Get
Set
public:
property String^ LastBroadcastId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also