GigaSpaces XAP.NET Documentation
InstantiationMode Enumeration
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentInstantiationMode
Specifies the instantiation mode of a process that is managed by a IGridServiceAgent.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum InstantiationMode
Public Enumeration InstantiationMode
public enum class InstantiationMode
public enum InstantiationMode
Members
MemberDescription
Local
The process is managed locally.

Global
The process is managed globally, all the grid service agents will make sure there are always exactly the specified number of instances of this process alive in the system.

See Also

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