adTempus API
ArcanaDevelopment.adTempus.Client Namespace / QueueAgentJoin Class / ExecutionType Property


In This Topic
    ExecutionType Property (QueueAgentJoin)
    In This Topic
    The options supported by the RemoteAgent
    Syntax
    'Declaration
     
    
    Public Property ExecutionType As RemoteAgentOptions
    public RemoteAgentOptions ExecutionType {get; set;}
    public:
    property RemoteAgentOptions ExecutionType {
       RemoteAgentOptions get();
       void set (    RemoteAgentOptions value);
    }
    See Also