 | IPubSubLogServiceLogDispatch Method |
Log the dispatching of an object to the remote server
Namespace: SanteDB.Core.PubSubAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxPubSubDispatchLog LogDispatch(
string subscriptionName,
IdentifiedData dispachedEntity,
PubSubEventType eventType,
OutcomeIndicator outcome
)
Function LogDispatch (
subscriptionName As String,
dispachedEntity As IdentifiedData,
eventType As PubSubEventType,
outcome As OutcomeIndicator
) As PubSubDispatchLog
PubSubDispatchLog^ LogDispatch(
String^ subscriptionName,
IdentifiedData^ dispachedEntity,
PubSubEventType eventType,
OutcomeIndicator outcome
)
abstract LogDispatch :
subscriptionName : string *
dispachedEntity : IdentifiedData *
eventType : PubSubEventType *
outcome : OutcomeIndicator -> PubSubDispatchLog 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