Share via


ResultInfo.ExecutionTime Propiedad

Definición

Obtiene o establece la cantidad de tiempo real del cliente que tardó en obtenerse el resultado del servidor.

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

Valor de propiedad

Valor TimeSpan que representa la cantidad de tiempo de pared del cliente que se tarda en devolver el resultado desde el servidor.

Se aplica a