ResultInfo.ExecutionTime Property

Definition

Gets or sets the amount of client wall-time it took to get the result back from the server.

public:
 property TimeSpan ExecutionTime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ExecutionTime { get; set; }
member this.ExecutionTime : TimeSpan with get, set
Public Property ExecutionTime As TimeSpan

Property Value

A TimeSpan value that represents the amount of client wall-time taken for the result to return from the server.

Applies to