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

ExecutionEventArgs..::..State Property

Gets the user-defined state.

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

Syntax


public Nullable<Object> State { get; }
Public ReadOnly Property State As Nullable(Of Object)
	Get
public:
property Nullable<Object^> State {
	Nullable<Object^> get ();
}