Gets the percent of user CPU time used by this thread, in microseconds.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double PercentUser { get; internal set; }
Public Property PercentUser As Double
	Get
	Friend Set
public:
property double PercentUser {
	double get ();
	internal: void set (double value);
}

See Also