C# 클래스 RiotNet.RetryEventArgs

Contains event data for an error that could trigger a retry of a request.
상속: RiotNet.ResponseEventArgs
파일 보기 프로젝트 열기: aj-r/RiotNet 1 사용 예제들

공개 메소드들

메소드 설명
RetryEventArgs ( RiotNet.RiotResponse response, int attemptCount )

Creates a new RetryEventArgs instance.

메소드 상세

RetryEventArgs() 공개 메소드

Creates a new RetryEventArgs instance.
public RetryEventArgs ( RiotNet.RiotResponse response, int attemptCount )
response RiotNet.RiotResponse The response for the request that caused the event.
attemptCount int The number of times that the same request has been attempted.