RiotNet
8.0.0
A C#/.NET client for the Riot Games API.
|
Contains event data for an error that could trigger a retry of a request. More...
Public Member Functions | |
RetryEventArgs (RiotResponse response, int attemptCount) | |
Creates a new RetryEventArgs instance. More... | |
Public Member Functions inherited from RiotNet.ResponseEventArgs | |
ResponseEventArgs (RiotResponse response, string errorMessage=null) | |
Creates a new ResponseEventArgs instance. More... | |
Properties | |
int | AttemptCount [get] |
Gets the number of times that the same request has been attempted. More... | |
bool | Retry [get, set] |
Gets or sets whether the sender should retry the operation after the event handler has finished executing. More... | |
Properties inherited from RiotNet.ResponseEventArgs | |
RiotResponse | Response [get] |
Gets the response for the request that caused the event. More... | |
string | ErrorMessage [get] |
Gets the error message contained in te response, if any. More... | |
Contains event data for an error that could trigger a retry of a request.
|
inline |
Creates a new RetryEventArgs instance.
response | The response for the request that caused the event. |
attemptCount | The number of times that the same request has been attempted. |
|
get |
Gets the number of times that the same request has been attempted.
|
getset |
Gets or sets whether the sender should retry the operation after the event handler has finished executing.