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

The arguments provided when raising a report result event.
Inheritance: System.EventArgs
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
ReportResultEventArgs ( ServerTestCase testcase, string format ) : System

Constructs the object.

Method Details

ReportResultEventArgs() public méthode

Constructs the object.
public ReportResultEventArgs ( ServerTestCase testcase, string format ) : System
testcase ServerTestCase
format string
Résultat System