'Declaration
Public Function HasServerTrust( _ ByVal otherServer As Scheduler, _ ByVal trustType As TrustedServerType _ ) As Boolean
public bool HasServerTrust( Scheduler otherServer, TrustedServerType trustType )
public: bool HasServerTrust( Scheduler^ otherServer, TrustedServerType trustType )
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.