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