C# Класс Opc.Ua.Sample.Controls.PerformanceTestResult

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Initialize void
Initialize void

Открытые методы

Метод Описание
PerformanceTestResult ( ConfiguredEndpoint endpoint, int iterations ) : System

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

Приватные методы

Метод Описание
Initialize ( ) : void

Sets private members to default values.

Initialize ( StreamingContext context ) : void

Описание методов

PerformanceTestResult() публичный Метод

Initializes the object with the endpoint being tested an the number of iterations.
public PerformanceTestResult ( ConfiguredEndpoint endpoint, int iterations ) : System
endpoint ConfiguredEndpoint
iterations int
Результат System