C# Class Opc.Ua.ServerTest.ServerTestClient.ReportProgressEventArgs

The arguments provided when raising a report result event.
Inheritance: System.EventArgs
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
ReportProgressEventArgs ( ConfiguredEndpoint endpoint, ServerTestCase testcase, int testCount, int failedTestCount, int endpointCount, int totalEndpointCount, int iterationCount, int totalIterationCount, double currentProgress, double finalProgress, bool breakpoint ) : System

Constructs the object.

Method Details

ReportProgressEventArgs() public method

Constructs the object.
public ReportProgressEventArgs ( ConfiguredEndpoint endpoint, ServerTestCase testcase, int testCount, int failedTestCount, int endpointCount, int totalEndpointCount, int iterationCount, int totalIterationCount, double currentProgress, double finalProgress, bool breakpoint ) : System
endpoint ConfiguredEndpoint
testcase ServerTestCase
testCount int
failedTestCount int
endpointCount int
totalEndpointCount int
iterationCount int
totalIterationCount int
currentProgress double
finalProgress double
breakpoint bool
return System