C# 클래스 MicroServices.Common.General.Util.Try

파일 보기 프로젝트 열기: rbanks54/microcafe

공개 메소드들

메소드 설명
OnFailedAttempt ( System.Action action ) : Try
Times ( ) : TryResult
To ( System.Action action ) : Try
UpTo ( int maxAttempts ) : Try

보호된 메소드들

메소드 설명
Attempt ( ) : TryResult
Try ( System.Action action ) : System

메소드 상세

Attempt() 보호된 메소드

protected Attempt ( ) : TryResult
리턴 TryResult

OnFailedAttempt() 공개 메소드

public OnFailedAttempt ( System.Action action ) : Try
action System.Action
리턴 Try

Times() 공개 메소드

public Times ( ) : TryResult
리턴 TryResult

To() 공개 정적인 메소드

public static To ( System.Action action ) : Try
action System.Action
리턴 Try

Try() 보호된 메소드

protected Try ( System.Action action ) : System
action System.Action
리턴 System

UpTo() 공개 메소드

public UpTo ( int maxAttempts ) : Try
maxAttempts int
리턴 Try