Gets the evict count.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
long EvictCount { get; }
Visual Basic
ReadOnly Property EvictCount As Long
	Get
Visual C++
property long long EvictCount {
	long long get ();
}
F#
abstract EvictCount : int64 with get

Property Value

Type: Int64
The evict count

See Also