adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ServerLoadInfo Class / ServerID Field


In This Topic
    ServerID Field
    In This Topic
    The MachineID or AgentOID of the source.
    Syntax
    'Declaration
     
    
    Public ServerID As Guid
    public Guid ServerID
    public:
    Guid ServerID
    Remarks
    This value is set to Server.MachineID on creation. When a ServerLoadInfo is received from an Agent, the ServerID is replaced with the AgentOID of the connection.
    See Also