C# 클래스 Google.Api.Gax.PollSettings

Settings controlling repeated polling, for example when waiting for a long-running operation to complete.
파일 보기 프로젝트 열기: googleapis/gax-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
PollSettings ( Expiration expiration, System.TimeSpan delay ) : System

Creates poll settings from the given expiration, delay and call settings.

메소드 상세

PollSettings() 공개 메소드

Creates poll settings from the given expiration, delay and call settings.
public PollSettings ( Expiration expiration, System.TimeSpan delay ) : System
expiration Expiration The expiration to use in order to know when to stop polling. Must not be null.
delay System.TimeSpan The delay between RPC calls. Must be non-negative.
리턴 System