| IDispatcherQueueManagerServiceGetQueues Method |
Gets the queues for this system
Namespace:
SanteDB.Core.Queue
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax IEnumerable<DispatcherQueueInfo> GetQueues()
Function GetQueues As IEnumerable(Of DispatcherQueueInfo)
IEnumerable<DispatcherQueueInfo^>^ GetQueues()
abstract GetQueues : unit -> IEnumerable<DispatcherQueueInfo>
Return Value
Type:
IEnumerableDispatcherQueueInfo[Missing <returns> documentation for "M:SanteDB.Core.Queue.IDispatcherQueueManagerService.GetQueues"]
See Also