C# Class RiotNet.RetryEventArgs

Contains event data for an error that could trigger a retry of a request.
Inheritance: RiotNet.ResponseEventArgs
显示文件 Open project: aj-r/RiotNet Class Usage Examples

Public Methods

Method Description
RetryEventArgs ( RiotNet.RiotResponse response, int attemptCount )

Creates a new RetryEventArgs instance.

Method Details

RetryEventArgs() public method

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.