Click or drag to resize

AdoPubSubManagerGetDispatches Method

Get all the times that the object was dispatched on the specified channel

Namespace: SanteDB.Persistence.PubSub.ADO
Assembly: SanteDB.Persistence.PubSub.ADO (in SanteDB.Persistence.PubSub.ADO.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IEnumerable<PubSubDispatchLog> GetDispatches(
	string subscriptionName,
	Guid objectKey
)

Parameters

subscriptionName  String
The name of the channel which should be checked
objectKey  Guid
The object key to be checked

Return Value

IEnumerablePubSubDispatchLog
An enumeration of the dispatches

Implements

IPubSubLogServiceGetDispatches(String, Guid)
See Also