Click or drag to resize

DispatcherMessageEnqueuedInfo Constructor

Create a new persistence queue event arg instance

Namespace:  SanteDB.Core.Queue
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public DispatcherMessageEnqueuedInfo(
	string queueName,
	string correlationId
)

Parameters

queueName
Type: SystemString
The name of the queue
correlationId
Type: SystemString
The data in the queue
See Also