 | IDispatcherQueueManagerServiceDequeueById Method |
De-queue a specific message
Namespace: SanteDB.Core.QueueAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxDispatcherQueueEntry DequeueById(
string queueName,
string correlationId
)
Function DequeueById (
queueName As String,
correlationId As String
) As DispatcherQueueEntry
DispatcherQueueEntry^ DequeueById(
String^ queueName,
String^ correlationId
)
abstract DequeueById :
queueName : string *
correlationId : string -> DispatcherQueueEntry Parameters
- queueName String
[Missing <param name="queueName"/> documentation for "M:SanteDB.Core.Queue.IDispatcherQueueManagerService.DequeueById(System.String,System.String)"]
- correlationId String
[Missing <param name="correlationId"/> documentation for "M:SanteDB.Core.Queue.IDispatcherQueueManagerService.DequeueById(System.String,System.String)"]
Return Value
DispatcherQueueEntry[Missing <returns> documentation for "M:SanteDB.Core.Queue.IDispatcherQueueManagerService.DequeueById(System.String,System.String)"]
See Also