Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DataSource..::..GlobalExecutionFinished Event

Raised when a procedure call is successfully completed in any dispatcher

Namespace:  Tortuga.Chain.DataSources
Assembly:  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);
}