Click or drag to resize

IDispatcherQueueManagerServiceDequeue Method

Dequeues the last added item from the persistent queue

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

Parameters

queueName
Type: SystemString

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

Return Value

Type: DispatcherQueueEntry

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

See Also