Gets the total number of seconds spent waiting for the MDEX Engine to respond to all queries.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual double TotalNetworkAndComputeTime { get; }
Visual Basic
Public Overridable ReadOnly Property TotalNetworkAndComputeTime As Double
	Get
Visual C++
public:
virtual property double TotalNetworkAndComputeTime {
	double get ();
}

Field Value

The total time includes network communication time and computation time, plus time spent waiting in the MDEX Engine's request queue.

See Also