C# 클래스 Google.Api.Gax.Grpc.ServiceSettingsBase

Common settings for all services.
파일 보기 프로젝트 열기: googleapis/gax-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
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.

메소드 상세

ServiceSettingsBase() 보호된 메소드

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

ServiceSettingsBase() 보호된 메소드

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.
리턴 Grpc.Core