Class TemporalClientOptions
Options for a TemporalClient.
Namespace: Temporalio.Client
Assembly: Temporalio.dll
Syntax
public class TemporalClientOptions : ICloneable
Properties
DataConverter
Gets or sets the data converter.
Declaration
public DataConverter DataConverter { get; set; }
Property Value
Type | Description |
---|---|
Temporalio.Converters.DataConverter |
Namespace
Gets or sets the client namespace. Default is "default".
Declaration
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
Clone()
Create a shallow copy of these options.
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
Object | A shallow copy of these options. |