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

ExecutionEventArgs..::..ExecutionDetails Property

Gets the details of the execution.

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

Syntax


public ExecutionToken ExecutionDetails { get; }
Public ReadOnly Property ExecutionDetails As ExecutionToken
	Get
public:
property ExecutionToken^ ExecutionDetails {
	ExecutionToken^ get ();
}

Field Value

Returns null or details of the execution.

Remarks


You can cast this to a concrete type for more information.