IResultInfo.ExecutionTime Property

Definition

Gets the amount of client wall-time used before the server returned the execution result.

public:
 property TimeSpan ExecutionTime { TimeSpan get(); };
public TimeSpan ExecutionTime { get; }
member this.ExecutionTime : TimeSpan
Public ReadOnly Property ExecutionTime As TimeSpan

Property Value

A TimeSpan value specifying the amount of wall-time that is used.

Applies to