Get the number of entries in the Space

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

Syntax

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

Property Value

Type: Int64
The number of entries in space

See Also