SmartsheetBuilderSetMaxRetryTimeout Method |  |
Create a DefaultCalcBackoff with a max elapsed timeout specified by the user. This interface
is only valid when the DefaultHttpClient is used.
Namespace:
Smartsheet.Api
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntaxpublic SmartsheetBuilder SetMaxRetryTimeout(
long maxRetryTimeout
)
Public Function SetMaxRetryTimeout (
maxRetryTimeout As Long
) As SmartsheetBuilder
public:
SmartsheetBuilder^ SetMaxRetryTimeout(
long long maxRetryTimeout
)
member SetMaxRetryTimeout :
maxRetryTimeout : int64 -> SmartsheetBuilder
Parameters
- maxRetryTimeout
- Type: SystemInt64
Return Value
Type:
SmartsheetBuilder
See Also