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

ExecutionEventArgs..::..Duration Property

Gets the duration of the request, if available.

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

Syntax


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