C# Class Opc.Ua.Sample.Controls.PerformanceTestResult

Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Private Properties

Свойство Type Description
Initialize void
Initialize void

Méthodes publiques

Méthode Description
PerformanceTestResult ( ConfiguredEndpoint endpoint, int iterations ) : System

Initializes the object with the endpoint being tested an the number of iterations.

Private Methods

Méthode Description
Initialize ( ) : void

Sets private members to default values.

Initialize ( StreamingContext context ) : void

Method Details

PerformanceTestResult() public méthode

Initializes the object with the endpoint being tested an the number of iterations.
public PerformanceTestResult ( ConfiguredEndpoint endpoint, int iterations ) : System
endpoint ConfiguredEndpoint
iterations int
Résultat System