C# Client Library
A C# Client Library for the AnalyzeRe REST API
AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.AsyncTestState Class Reference

Public Member Functions

 AsyncTestState ()
 Gets a bundle of test properties and delegates for a new test. More...
 

Properties

Exception Error [get, set]
 Stores any error returned during async upload tests. More...
 
Action< Exception > OnError [get]
 The onError handler to use for async upload tests. More...
 
Action< StatusResponseOnProgress [get]
 The onProgress handler to use for async upload tests. More...
 
Action< StatusResponseOnSuccess [get]
 The onSuccess handler to use for async upload tests. More...
 
ConcurrentQueue< StatusResponseProgressUpdates [get, set]
 Stores progress updates returned during async upload tests. More...
 
StatusResponse Response [get, set]
 Stores any successful response returned during async upload tests. More...
 

Detailed Description

Definition at line 531 of file Test_LargeDataUpload.cs.

Constructor & Destructor Documentation

◆ AsyncTestState()

AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.AsyncTestState.AsyncTestState ( )
inline

Gets a bundle of test properties and delegates for a new test.

Definition at line 558 of file Test_LargeDataUpload.cs.

Property Documentation

◆ Error

Exception AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.AsyncTestState.Error
getset

Stores any error returned during async upload tests.

Definition at line 538 of file Test_LargeDataUpload.cs.

◆ OnError

Action<Exception> AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.AsyncTestState.OnError
get

The onError handler to use for async upload tests.

Definition at line 550 of file Test_LargeDataUpload.cs.

◆ OnProgress

Action<StatusResponse> AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.AsyncTestState.OnProgress
get

The onProgress handler to use for async upload tests.

Definition at line 546 of file Test_LargeDataUpload.cs.

◆ OnSuccess

Action<StatusResponse> AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.AsyncTestState.OnSuccess
get

The onSuccess handler to use for async upload tests.

Definition at line 553 of file Test_LargeDataUpload.cs.

◆ ProgressUpdates

ConcurrentQueue<StatusResponse> AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.AsyncTestState.ProgressUpdates
getset

Stores progress updates returned during async upload tests.

Definition at line 535 of file Test_LargeDataUpload.cs.

◆ Response

StatusResponse AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.AsyncTestState.Response
getset

Stores any successful response returned during async upload tests.

Definition at line 541 of file Test_LargeDataUpload.cs.


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