ServerMessageEventArgs.ExecutionTime Property

Definition

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

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 representing the amount of client wall-time taken for the result to return from the server.

Implements

Applies to