Gets the replica 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 ReplicaCount { get; }
Visual Basic
ReadOnly Property ReplicaCount As Long
	Get
Visual C++
property long long ReplicaCount {
	long long get ();
}

Field Value

The replica count

See Also