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;}
    public:
    property int AgentNumber {
       int get();
    }
    Remarks
    The master 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 Master).
    See Also