Gets the put count.

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

Syntax

C#
long PutCount { get; }
Visual Basic
ReadOnly Property PutCount As Long
	Get
Visual C++
property long long PutCount {
	long long get ();
}

Field Value

The put count

See Also