C# Class RiotNet.RetryEventArgs

Contains event data for an error that could trigger a retry of a request.
Inheritance: RiotNet.ResponseEventArgs
Afficher le fichier Open project: aj-r/RiotNet Class Usage Examples

Méthodes publiques

Méthode Description
RetryEventArgs ( RiotNet.RiotResponse response, int attemptCount )

Creates a new RetryEventArgs instance.

Method Details

RetryEventArgs() public méthode

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.