Table of Contents

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 TimeoutType

The type of operation.

fallback int

The fallback timeout value if none is specified.

Returns

int

The timeout value for the specified operation type.