 | SynchronizedAppServiceBehaviorGetQueue Method |
Get content of all the queues
Namespace: SanteDB.Client.Disconnected.RestAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic Dictionary<string, int> GetQueue()
Public Function GetQueue As Dictionary(Of String, Integer)
public:
virtual Dictionary<String^, int>^ GetQueue() sealed
abstract GetQueue : unit -> Dictionary<string, int>
override GetQueue : unit -> Dictionary<string, int>
Return Value
DictionaryString,
Int32[Missing <returns> documentation for "M:SanteDB.Client.Disconnected.Rest.SynchronizedAppServiceBehavior.GetQueue"]
Implements
ISynchronizedAppServiceContractGetQueue
See Also