Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.Retry Class Reference

Represents a single retry attempt. More...

Properties

int ExponentialBackoff [get]
 The delay (milliseconds) in the request retry attributable to the exponential backoff algorithm.
 
int JitterBackoff [get]
 The delay (milliseconds) in the request retry attributable to the jitter algorithm.
 

Detailed Description

Represents a single retry attempt.

Property Documentation

◆ ExponentialBackoff

int Nakama.Retry.ExponentialBackoff
get

The delay (milliseconds) in the request retry attributable to the exponential backoff algorithm.

◆ JitterBackoff

int Nakama.Retry.JitterBackoff
get

The delay (milliseconds) in the request retry attributable to the jitter algorithm.


The documentation for this class was generated from the following file: