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

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.
 

Detailed Description

The OnPollEventHandler EventArgs.

Definition at line 53 of file AsyncRequestMonitor.cs.

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

Constructor & Destructor Documentation

◆ OnCompletedEventArgs()

AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnCompletedEventArgs.OnCompletedEventArgs ( T  returnValue)
inline

Create a new OnCompletedEventArgs.

Parameters
returnValueThe return value of the delegate.

Definition at line 59 of file AsyncRequestMonitor.cs.

Property Documentation

◆ ReturnValue

T AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnCompletedEventArgs.ReturnValue
getset

The return value of the delegate.

Definition at line 56 of file AsyncRequestMonitor.cs.


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