Server Methods¶
The Server type exposes the following members.
Methods¶
Name | Description | |
---|---|---|
![]() ![]() | ClearCache | This function is used to clear the tracking cache in the SDK. |
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() ![]() | Connect(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). |
![]() ![]() | Connect(String, String, String) | Connects to a default AppDNA server installation on the specified machine. |
![]() ![]() | Connect(Uri, String, String, SecureString) | Connects to a specific AppDNA database served by the AppDNA server instance at a given URI. |
![]() ![]() | Connect(Uri, String, String, String) | Connects to a specific AppDNA database served by the AppDNA server instance at a given URI. |
![]() | Dispose | Disconnects from the server. |
![]() | Equals(Object) | Compares two server tokens for equality. (Overrides Object.Equals(Object).) |
![]() | Equals(Server) | Compares two server tokens for equality. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetDatabases | Returns a list of databases available on this AppDNA server. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |