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