Click or drag to resize

ISubscriptionExecutorExecuted Event

Occurs after a subscription has been executed, and allows subscribers to modify the data being sent back to the dCDR

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
event EventHandler<SubscriptionExecutedEventArgs> Executed

Value

Type: SystemEventHandlerSubscriptionExecutedEventArgs
See Also