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

DataSource..::..GlobalExecutionCanceled Event

Raised when a executionDetails is canceled in any dispatcher.

Namespace:  Tortuga.Chain.DataSources
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public static event Nullable<EventHandler<ExecutionEventArgs>> GlobalExecutionCanceled
Public Shared Event GlobalExecutionCanceled As Nullable(Of EventHandler(Of ExecutionEventArgs))
public:
static  event Nullable<EventHandler<ExecutionEventArgs^>^> GlobalExecutionCanceled {
	void add (Nullable<EventHandler<ExecutionEventArgs^>^> value);
	void remove (Nullable<EventHandler<ExecutionEventArgs^>^> value);
}

Remarks


This is not used for timeouts.