GigaSpaces XAP.NET Documentation
NumberOfInstances Property
Class LibraryGigaSpaces.CoreClusterInfoNumberOfInstances
Gets or sets the number of primary instances that are running within the cluster. Note, this are the number of primary instances. Each instance might also have one or more backups. Can have null value which means that it was not set and should not be taken into account.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<int> NumberOfInstances { get; private set; }
Public Property NumberOfInstances As Nullable(Of Integer)
	Get
	Private Set
public:
property Nullable<int> NumberOfInstances {
	Nullable<int> get ();
	private: void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_NumberOfInstances()
/** @property */
public  void set_NumberOfInstances(Nullable<int> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)