Group
Show / Hide Table of Contents

Class DataCenter

Use either US, EU or AU

Inheritance
System.Object
DataCenter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class DataCenter

Constructors

| Improve this Doc View Source

DataCenter(String)

Create a DataCenter for a self-hosted instance

Declaration
public DataCenter(string url)
Parameters
Type Name Description
System.String url

The URL of your self-hosted instance

Fields

| Improve this Doc View Source

AU

Represents the AU datacenter. You can find out which datacenter your account is in at https://cloud.textkernel.com/tx/console/

Declaration
public static DataCenter AU
Field Value
Type Description
DataCenter
| Improve this Doc View Source

EU

Represents the EU datacenter. You can find out which datacenter your account is in at https://cloud.textkernel.com/tx/console/

Declaration
public static DataCenter EU
Field Value
Type Description
DataCenter
| Improve this Doc View Source

US

Represents the US datacenter. You can find out which datacenter your account is in at https://cloud.textkernel.com/tx/console/

Declaration
public static DataCenter US
Field Value
Type Description
DataCenter
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾