 | AdoPubSubManagerLogDispatch Method |
Log the dispatching of an object to the remote server
Namespace: SanteDB.Persistence.PubSub.ADOAssembly: SanteDB.Persistence.PubSub.ADO (in SanteDB.Persistence.PubSub.ADO.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic PubSubDispatchLog LogDispatch(
string subscriptionName,
IdentifiedData dispachedEntity,
PubSubEventType eventType,
OutcomeIndicator outcome
)
Public Function LogDispatch (
subscriptionName As String,
dispachedEntity As IdentifiedData,
eventType As PubSubEventType,
outcome As OutcomeIndicator
) As PubSubDispatchLog
public:
virtual PubSubDispatchLog^ LogDispatch(
String^ subscriptionName,
IdentifiedData^ dispachedEntity,
PubSubEventType eventType,
OutcomeIndicator outcome
) sealed
abstract LogDispatch :
subscriptionName : string *
dispachedEntity : IdentifiedData *
eventType : PubSubEventType *
outcome : OutcomeIndicator -> PubSubDispatchLog
override 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.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