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

AbortableOperationEventArgs..::..Abort Property

Gets or sets a value indicating whether this AbortableOperationEventArgs is abort.

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

Syntax


public bool Abort { get; set; }
Public Property Abort As Boolean
	Get
	Set
public:
property bool^ Abort {
	bool^ get ();
	void set (bool^ value);
}

Field Value

Set to True to abort the current operation.