Gets the number of miniticks used by the operator, as determined by profiler samples.

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 int ProfilerHits { get; internal set; }
Public Property ProfilerHits As Integer
	Get
	Friend Set
public:
property int ProfilerHits {
	int get ();
	internal: void set (int value);
}

See Also