Show / Hide Table of Contents

Class IsochroneServiceSettings

Settings for IsochroneServiceClient instances.

Inheritance
object
ServiceSettingsBase
IsochroneServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Isochrones.V1
Assembly: Google.Maps.Isochrones.V1.dll
Syntax
public sealed class IsochroneServiceSettings : ServiceSettingsBase

Constructors

IsochroneServiceSettings()

Constructs a new IsochroneServiceSettings object with default settings.

Declaration
public IsochroneServiceSettings()

Properties

GenerateIsochroneSettings

CallSettings for synchronous and asynchronous calls to IsochroneServiceClient.GenerateIsochrone and IsochroneServiceClient.GenerateIsochroneAsync.

Declaration
public CallSettings GenerateIsochroneSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

Methods

Clone()

Creates a deep clone of this object, with all the same property values.

Declaration
public IsochroneServiceSettings Clone()
Returns
Type Description
IsochroneServiceSettings

A deep clone of this IsochroneServiceSettings object.

GetDefault()

Get a new instance of the default IsochroneServiceSettings.

Declaration
public static IsochroneServiceSettings GetDefault()
Returns
Type Description
IsochroneServiceSettings

A new instance of the default IsochroneServiceSettings.

In this article
Back to top Generated by DocFX