adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetRemoteAgent Method
The name or address of the Agent to fetch.

In This Topic
    GetRemoteAgent Method
    In This Topic
    Gets the Remote Agent with the specified name or address.
    Syntax
    'Declaration
     
    
    Public Function GetRemoteAgent( _
       ByVal agentName As String _
    ) As RemoteAgent
    public RemoteAgent GetRemoteAgent( 
       string agentName
    )

    Parameters

    agentName
    The name or address of the Agent to fetch.

    Return Value

    The Remote Agent, or null (Nothing) if no matching object is found.
    See Also