![]() |
C# Client Library
A C# Client Library for the AnalyzeRe REST API
|
The OnPollEventHandler EventArgs. More...
Public Member Functions | |
| OnErrorEventArgs (Exception ex, ServerError serverError, IRestResponse response) | |
| Create a new OnErrorEventArgs. | |
Properties | |
| Exception | Exception [get, set] |
| The exception encountered (if any). | |
| IRestResponse | Response [get, set] |
| The IRestResponse received (if any). | |
| ServerError | ServerError [get, set] |
| The ServerError object received (if any). | |
The OnPollEventHandler EventArgs.
Definition at line 107 of file AsyncRequestMonitor.cs.
|
inline |
Create a new OnErrorEventArgs.
| ex | The exception encountered (if any). |
| serverError | The ServerError object received (if any). |
| response | The IRestResponse received (if any). |
Definition at line 119 of file AsyncRequestMonitor.cs.
|
getset |
The exception encountered (if any).
Definition at line 110 of file AsyncRequestMonitor.cs.
|
getset |
The IRestResponse received (if any).
Definition at line 114 of file AsyncRequestMonitor.cs.
|
getset |
The ServerError object received (if any).
Definition at line 112 of file AsyncRequestMonitor.cs.