Gets the approximate accumulated collection elapsed time in milliseconds since the JVM started. This method returns -1 if the collection elapsed time is undefined for this collector.

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

See Also