GigaSpaces XAP.NET Documentation
MaxInstancesPerMachine Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitIProcessingUnitMaxInstancesPerMachine
Returns the number of instnaces of this processing unit that can run within a Machine. In case of a partitioned with backup topology, it applies on a per partition level (meaning that a primary and backup will not run on the same Machine). In case of a non backup based topology, it applies on the number of instances of the whole processing unit that can run on the same Machine).
Declaration Syntax
C#Visual BasicVisual C++J#
int MaxInstancesPerMachine { get; }
ReadOnly Property MaxInstancesPerMachine As Integer
property int MaxInstancesPerMachine {
	int get ();
}
/** @property */
int get_MaxInstancesPerMachine()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)