Click or drag to resize

IDispatcherQueueManagerServiceGetQueueEntries Method

Get all queue entries

Namespace:  SanteDB.Core.Queue
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IEnumerable<DispatcherQueueEntry> GetQueueEntries(
	string queueName
)

Parameters

queueName
Type: SystemString

[Missing <param name="queueName"/> documentation for "M:SanteDB.Core.Queue.IDispatcherQueueManagerService.GetQueueEntries(System.String)"]

Return Value

Type: IEnumerableDispatcherQueueEntry

[Missing <returns> documentation for "M:SanteDB.Core.Queue.IDispatcherQueueManagerService.GetQueueEntries(System.String)"]

See Also