![]() |
C# Client Library
A C# Client Library for the AnalyzeRe REST API
|
The OnPollEventHandler EventArgs. More...
Public Member Functions | |
| OnCompletedEventArgs (T returnValue) | |
| Create a new OnCompletedEventArgs. | |
Properties | |
| T | ReturnValue [get, set] |
| The return value of the delegate. | |
The OnPollEventHandler EventArgs.
Definition at line 53 of file AsyncRequestMonitor.cs.
|
inline |
Create a new OnCompletedEventArgs.
| returnValue | The return value of the delegate. |
Definition at line 59 of file AsyncRequestMonitor.cs.
|
getset |
The return value of the delegate.
Definition at line 56 of file AsyncRequestMonitor.cs.