Table of Contents

Class DataCenter

Namespace
Textkernel.Tx
Assembly
Textkernel.Tx.SDK.dll

Use either US, EU or AU

public class DataCenter
Inheritance
DataCenter
Inherited Members

Constructors

DataCenter(string)

Create a DataCenter for a self-hosted instance

public DataCenter(string url)

Parameters

url string

The URL of your self-hosted instance

Fields

AU

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

public static DataCenter AU

Field Value

DataCenter

EU

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

public static DataCenter EU

Field Value

DataCenter

US

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

public static DataCenter US

Field Value

DataCenter