C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnPollEventArgs Class Reference

The OnPollEventHandler EventArgs. More...

Public Member Functions

 OnPollEventArgs (double retryAfterSeconds, IRestResponse restResponse)
 Create a new OnPollEventArgs.
 

Properties

IRestResponse Response [get, set]
 The IRestResponse received.
 
double RetryAfter [get, set]
 The RetryAfter header value.
 

Detailed Description

The OnPollEventHandler EventArgs.

Definition at line 75 of file AsyncRequestMonitor.cs.

Inheritance diagram for AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnPollEventArgs:

Constructor & Destructor Documentation

◆ OnPollEventArgs()

AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnPollEventArgs.OnPollEventArgs ( double  retryAfterSeconds,
IRestResponse  restResponse 
)
inline

Create a new OnPollEventArgs.

Parameters
retryAfterSecondsThe RetryAfter header value.
restResponseThe IRestResponse received.

Definition at line 84 of file AsyncRequestMonitor.cs.

Property Documentation

◆ Response

IRestResponse AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnPollEventArgs.Response
getset

The IRestResponse received.

Definition at line 80 of file AsyncRequestMonitor.cs.

◆ RetryAfter

double AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnPollEventArgs.RetryAfter
getset

The RetryAfter header value.

Definition at line 78 of file AsyncRequestMonitor.cs.


The documentation for this class was generated from the following file: