adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetLinkedServer Method
A Scheduler connection to the other server.

In This Topic
    GetLinkedServer Method
    In This Topic
    Gets the ArcanaDevelopment.adTempus.Shared.LinkedServer object representing the trust relationship with another adTempus server.
    Syntax
    'Declaration
     
    
    Public Function GetLinkedServer( _
       ByVal otherServer As Scheduler _
    ) As LinkedServer
    public LinkedServer GetLinkedServer( 
       Scheduler otherServer
    )

    Parameters

    otherServer
    A Scheduler connection to the other server.

    Return Value

    A ArcanaDevelopment.adTempus.Shared.LinkedServer object representing the trust relationship with the otherServer or null (Nothing) if no trust relationship exists.
    See Also