DataSource..::..GlobalExecutionFinished Event
Raised when a procedure call is successfully completed in any dispatcher
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public static event Nullable<EventHandler<ExecutionEventArgs>> GlobalExecutionFinished
Public Shared Event GlobalExecutionFinished As Nullable(Of EventHandler(Of ExecutionEventArgs))
public: static event Nullable<EventHandler<ExecutionEventArgs^>^> GlobalExecutionFinished { void add (Nullable<EventHandler<ExecutionEventArgs^>^> value); void remove (Nullable<EventHandler<ExecutionEventArgs^>^> value); }