Enum TimeoutType
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
Specifies the type of timeout for various operations.
public enum TimeoutType
Fields
Other = 2
Timeout for other types of operations.
Rpc = 1
Timeout for RPC operations.
Storage = 0
Timeout for storage operations.