Click or drag to resize

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
Syntax
public SmartsheetBuilder SetMaxRetryTimeout(
	long maxRetryTimeout
)

Parameters

maxRetryTimeout
Type: SystemInt64

Return Value

Type: SmartsheetBuilder
See Also