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
     
    
    <CanBeNullAttribute()>
    Public Function GetRemoteAgent( _
       ByVal agentName As String _
    ) As RemoteAgent
    [CanBeNull()]
    public RemoteAgent GetRemoteAgent( 
       string agentName
    )
    [CanBeNull()]
    public:
    RemoteAgent^ GetRemoteAgent( 
       String^ agentName
    ) 

    Parameters

    agentName
    The name or address of the Agent to fetch.

    Return Value

    The Remote Agent, or a null reference (Nothing in Visual Basic) if no matching object is found.
    See Also