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