adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / HasServerTrust Method
A Scheduler connection to the other server.
The type of trust to check for.


In This Topic
    HasServerTrust Method
    In This Topic
    Determines whether the server has the specified kind of trust relationship with another server.
    Syntax
    'Declaration
     
    
    Public Function HasServerTrust( _
       ByVal otherServer As Scheduler, _
       ByVal trustType As TrustedServerType _
    ) As Boolean

    Parameters

    otherServer
    A Scheduler connection to the other server.
    trustType
    The type of trust to check for.

    Return Value

    True if the connected server has the specified trust relationship with the otherServer, or False otherwise.
    See Also