Click or drag to resize

IPubSubLogServiceLogDispatch Method

Log the dispatching of an object to the remote server

Namespace: SanteDB.Core.PubSub
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
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.Core.PubSub.IPubSubLogService.LogDispatch(System.String,SanteDB.Core.Model.IdentifiedData,SanteDB.Core.PubSub.PubSubEventType,SanteDB.Core.Model.Audit.OutcomeIndicator)"]

See Also