C# Class Google.Api.Gax.Grpc.ServiceSettingsBase

Common settings for all services.
Afficher le fichier Open project: googleapis/gax-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
ServiceSettingsBase ( ) : Grpc.Core

Constructs a new service settings base object with a default user agent, unset call settings and unset clock.

ServiceSettingsBase ( ServiceSettingsBase existing ) : Grpc.Core

Constructs a new service settings base object by cloning the settings from an existing one.

Method Details

ServiceSettingsBase() protected méthode

Constructs a new service settings base object with a default user agent, unset call settings and unset clock.
protected ServiceSettingsBase ( ) : Grpc.Core
Résultat Grpc.Core

ServiceSettingsBase() protected méthode

Constructs a new service settings base object by cloning the settings from an existing one.
protected ServiceSettingsBase ( ServiceSettingsBase existing ) : Grpc.Core
existing ServiceSettingsBase The existing settings object to clone settings from. Must not be null.
Résultat Grpc.Core