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

ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Private Properties

Property Type Description
Initialize void
Initialize void

Public Methods

Method Description
PerformanceTestResult ( ConfiguredEndpoint endpoint, int iterations ) : System

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

Private Methods

Method Description
Initialize ( ) : void

Sets private members to default values.

Initialize ( StreamingContext context ) : void

Method Details

PerformanceTestResult() public method

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