adTempus API
ArcanaDevelopment.adTempus.Client Namespace / QueueAgentJoin Class
Members


In This Topic
    QueueAgentJoin Class
    In This Topic
    Represents a link between a JobQueue and a RemoteAgent
    Object Model
    QueueAgentJoin ClassRemoteAgent ClassDataContext ClassJobQueue ClassOID ClassADTObject Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class QueueAgentJoin 
       Inherits ADTObject
    public sealed class QueueAgentJoin : ADTObject 
    public ref class QueueAgentJoin sealed : public ADTObject 
    Remarks

    To target a JobQueue to a RemoteAgent, create a QueueAgentJoin linking the two and add it to the JobQueue's JobQueue.Agents collection.

    The QueueAgentJoin cannot be saved directly: you must save either the JobQueue or RemoteAgent after associating the join with them.

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.QueueAgentJoin

    See Also