Specifies the instantiation mode of a process that is managed by a IGridServiceAgent.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public enum InstantiationMode
Public Enumeration InstantiationMode
public enum class InstantiationMode
public enum InstantiationMode
Members
Member | Description |
---|---|
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