Click or drag to resize

AdoPubSubManagerGetLastDispatch Method

Get the last dispatch log entry from the object on the subscription

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

Parameters

subscriptionName  String
The subscription name
objectKey  Guid
The object key

Return Value

PubSubDispatchLog
The last subscription

Implements

IPubSubLogServiceGetLastDispatch(String, Guid)
See Also