Interface ITimeoutOptions
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
Interface for defining timeout options for different types of operations.
public interface ITimeoutOptions
Methods
GetTimeout(TimeoutType, int)
Gets the timeout value for the specified operation type.
int GetTimeout(TimeoutType type, int fallback = 120000)
Parameters
type
TimeoutTypeThe type of operation.
fallback
intThe fallback timeout value if none is specified.
Returns
- int
The timeout value for the specified operation type.