Provide details of all the processes a IGridServiceAgent is managing.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IAgentProcessesDetails : IEnumerable<IAgentProcessDetails>, IEnumerable
Public Interface IAgentProcessesDetails _ Inherits IEnumerable(Of IAgentProcessDetails), IEnumerable
public interface class IAgentProcessesDetails : IEnumerable<IAgentProcessDetails^>, IEnumerable
public interface IAgentProcessesDetails extends IEnumerable<IAgentProcessDetails>, IEnumerable
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
AgentServiceID |
Gets the IGridServiceAgent service id.
| |
GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'IAgentProcessDetails>)>)>.) | |
GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) | |
ProcessDetails |
Gets a IAgentProcessDetails list of all the processes this IGridServiceAgent is managing.
| |
RequiredGlobalInstances |
Gets a mapping of configured global instances the IGridServiceAgent was started with.
|
See Also