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
     
    
    <CanBeNullAttribute()>
    Public Function GetLinkedServer( _
       ByVal otherServer As Scheduler _
    ) As LinkedServer
    [CanBeNull()]
    public LinkedServer GetLinkedServer( 
       Scheduler otherServer
    )
    [CanBeNull()]
    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 a null reference (Nothing in Visual Basic) if no trust relationship exists.
    See Also