Click or drag to resize

AdoPubSubManagerLogDispatch Method

Log the dispatching of an object to the remote server

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 LogDispatch(
	string subscriptionName,
	IdentifiedData dispachedEntity,
	PubSubEventType eventType,
	OutcomeIndicator outcome
)

Parameters

subscriptionName  String
The subscription that the object was dispathced on
dispachedEntity  IdentifiedData
The entity that was dispatched
eventType  PubSubEventType
The type of event
outcome  OutcomeIndicator
The outcome of the dispatch

Return Value

PubSubDispatchLog

[Missing <returns> documentation for "M:SanteDB.Persistence.PubSub.ADO.AdoPubSubManager.LogDispatch(System.String,SanteDB.Core.Model.IdentifiedData,SanteDB.Core.PubSub.PubSubEventType,SanteDB.Core.Model.Audit.OutcomeIndicator)"]

Implements

IPubSubLogServiceLogDispatch(String, IdentifiedData, PubSubEventType, OutcomeIndicator)
See Also