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