Skip to content
Was this article helpful?

Server Methods

The Server type exposes the following members.

Methods

 

NameDescription
Public methodStatic memberClearCache This function is used to clear the tracking cache in the SDK.
Public methodClone Creates a new object that is a copy of the current instance.
Public methodStatic memberConnect(Uri, String) Connects to a specific AppDNA database served by the AppDNA server instance at a given URI. It uses the AppDNA Integrated login mechanism to authenticate as the current windows principle (user name).
Public methodStatic memberConnect(String, String, String) Connects to a default AppDNA server installation on the specified machine.
Public methodStatic memberConnect(Uri, String, String, SecureString) Connects to a specific AppDNA database served by the AppDNA server instance at a given URI.
Public methodStatic memberConnect(Uri, String, String, String) Connects to a specific AppDNA database served by the AppDNA server instance at a given URI.
Public methodDispose Disconnects from the server.
Public methodEquals(Object) Compares two server tokens for equality. (Overrides Object.Equals(Object).)
Public methodEquals(Server) Compares two server tokens for equality.
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic memberGetDatabases Returns a list of databases available on this AppDNA server.
Public methodGetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

Server Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?