adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgent Class / AgentNumber Property

In This Topic
    AgentNumber Property
    In This Topic
    The agent number assigned to this agent.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AgentNumber As Integer
    public int AgentNumber {get;}
    Remarks
    The Controller assigns an agent number sequentially to each agent added. The agent number is used as a prefix to the InstanceID for job instances that trigger on the agent (to avoid duplication of instance numbers issued on the Controller).
    See Also