Provide details of a process which is managed by a IGridServiceAgent.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IAgentProcessDetails
Public Interface IAgentProcessDetails
public interface class IAgentProcessDetails
public interface IAgentProcessDetails
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
AgentId |
Gets the managing IGridServiceAgent id for this process.
| |
Command |
Gets the list of command that were used to create the process.
| |
InstantiationMode |
Gets the instantiation mode of the process.
| |
ProcessId |
Gets the process id.
| |
ServiceType |
Gets the process service type.
|