C# Класс Google.Api.Gax.PollSettings

Settings controlling repeated polling, for example when waiting for a long-running operation to complete.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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