C# 클래스 Google.Apis.Http.BackOffHandler.Initializer

An initializer class to initialize a back-off handler.
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultHandleExceptionFunc bool>.Func
DefaultHandleUnsuccessfulResponseFunc bool>.Func

공개 메소드들

메소드 설명
Initializer ( IBackOff backOff ) : System

Constructs a new initializer by the given back-off.

메소드 상세

Initializer() 공개 메소드

Constructs a new initializer by the given back-off.
public Initializer ( IBackOff backOff ) : System
backOff IBackOff
리턴 System

프로퍼티 상세

DefaultHandleExceptionFunc 공개적으로 정적으로 프로퍼티

Default function which handles exception which aren't System.Threading.Tasks.TaskCanceledException or System.OperationCanceledException. Those exceptions represent a task or an operation which was canceled and shouldn't be retried.
public static Func DefaultHandleExceptionFunc
리턴 bool>.Func

DefaultHandleUnsuccessfulResponseFunc 공개적으로 정적으로 프로퍼티

Default function which handles server errors (503).
public static Func DefaultHandleUnsuccessfulResponseFunc
리턴 bool>.Func