Table of Contents

Class DnsLoadBalancingOptions

Namespace
Temporalio.Client
Assembly
Temporalio.dll

DNS load balancing options for Temporal connections.

public class DnsLoadBalancingOptions : ICloneable
Inheritance
DnsLoadBalancingOptions
Implements
Inherited Members

Properties

ResolutionInterval

Gets or sets the interval at which DNS resolution is performed to refresh the set of addresses used for load balancing.

public TimeSpan ResolutionInterval { get; set; }

Property Value

TimeSpan

Methods

Clone()

Create a shallow copy of these options.

public virtual object Clone()

Returns

object

A shallow copy of these options.