Class KeepAliveOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Keep alive options for Temporal connections.
public class KeepAliveOptions : ICloneable
- Inheritance
-
KeepAliveOptions
- Implements
- Inherited Members
Properties
Interval
Gets or sets the interval to send HTTP2 keep alive pings.
public TimeSpan Interval { get; set; }
Property Value
Timeout
Gets or sets the timeout that the keep alive must be responded to within or the connection will be closed.
public TimeSpan Timeout { get; set; }
Property Value
Methods
Clone()
Create a shallow copy of these options.
public virtual object Clone()
Returns
- object
A shallow copy of these options.