Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SwiftClient
RetryPolicy
C# 클래스 SwiftClient.RetryPolicy
파일 보기
프로젝트 열기: vtfuture/SwiftClient
보호된 프로퍼티들
프로퍼티
타입
설명
_iRetryGlobal
int
_nRetryGlobal
int
공개 메소드들
메소드
설명
Create
( ) :
RetryPolicy
Do
(
Func
func
) :
bool
DoAsync
(
Func
func
) :
Task
WithCount
(
int
retryCount
) :
RetryPolicy
보호된 메소드들
메소드
설명
RetryPolicy
( ) :
System
메소드 상세
Create()
공개
정적인
메소드
public
static
Create
( ) :
RetryPolicy
리턴
RetryPolicy
Do()
공개
메소드
public
Do
(
Func
func
) :
bool
func
Func
리턴
bool
DoAsync()
공개
메소드
public
DoAsync
(
Func
func
) :
Task
func
Func
리턴
Task
RetryPolicy()
보호된
메소드
protected
RetryPolicy
( ) :
System
리턴
System
WithCount()
공개
메소드
public
WithCount
(
int
retryCount
) :
RetryPolicy
retryCount
int
리턴
RetryPolicy
프로퍼티 상세
_iRetryGlobal
보호되어 있는 프로퍼티
protected
int
_iRetryGlobal
리턴
int
_nRetryGlobal
보호되어 있는 프로퍼티
protected
int
_nRetryGlobal
리턴
int