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


In This Topic
    RemoteAgent Property (ExecutionHistoryItem)
    In This Topic
    The RemoteAgent this instance is assigned to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RemoteAgent As RemoteAgent
    public RemoteAgent RemoteAgent {get;}
    public:
    property RemoteAgent^ RemoteAgent {
       RemoteAgent^ get();
    }
    Remarks
    Will be null if the instance ran locally.
    See Also