| FileSystemDispatcherQueueServiceDequeue Method |
De-queue the object
Namespace:
SanteDB.Core.Services.Impl
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public DispatcherQueueEntry Dequeue(
string queueName
)
Public Function Dequeue (
queueName As String
) As DispatcherQueueEntry
public:
virtual DispatcherQueueEntry^ Dequeue(
String^ queueName
) sealed
abstract Dequeue :
queueName : string -> DispatcherQueueEntry
override Dequeue :
queueName : string -> DispatcherQueueEntry
Parameters
- queueName
- Type: SystemString
[Missing <param name="queueName"/> documentation for "M:SanteDB.Core.Services.Impl.FileSystemDispatcherQueueService.Dequeue(System.String)"]
Return Value
Type:
DispatcherQueueEntry[Missing <returns> documentation for "M:SanteDB.Core.Services.Impl.FileSystemDispatcherQueueService.Dequeue(System.String)"]
Implements
IDispatcherQueueManagerServiceDequeue(String)See Also