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

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

Public Methods

Method Description
ReportResultEventArgs ( ServerTestCase testcase, string format ) : System

Constructs the object.

Method Details

ReportResultEventArgs() public method

Constructs the object.
public ReportResultEventArgs ( ServerTestCase testcase, string format ) : System
testcase ServerTestCase
format string
return System