C# 클래스 Opc.Ua.Sample.Controls.PerformanceTestDlg

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
PerformanceTestDlg ( ) : System
ShowDialog ( ApplicationConfiguration configuration, ConfiguredEndpointCollection endpoints, X509Certificate2 clientCertificate ) : EndpointDescription

Displays the dialog.

TestComplete ( object state ) : void

Called when the test completes.

비공개 메소드들

메소드 설명
DoAllTests ( object state ) : void

Runs all tests in a background thread.

DoTest ( ConfiguredEndpoint endpoint ) : void

Runs the test in a background thread.

DoTest ( object state ) : void

Runs the test in a background thread.

EndpointSelectorCTRL_ConnectEndpoint ( object sender, ConnectEndpointEventArgs e ) : void
LoadBTN_Click ( object sender, EventArgs e ) : void
LoadResults ( string filePath ) : void

Loads previously saved results.

OkBTN_Click ( object sender, EventArgs e ) : void
SaveBTN_Click ( object sender, EventArgs e ) : void
SaveResults ( string filePath ) : void

Saves the current results.

TestAllBTN_Click ( object sender, EventArgs e ) : void
TestException ( object state ) : void

Called when the the test fails with an exception.

TestProgress ( object state ) : void

Called to indicate the test progress.

메소드 상세

PerformanceTestDlg() 공개 메소드

public PerformanceTestDlg ( ) : System
리턴 System

ShowDialog() 공개 메소드

Displays the dialog.
public ShowDialog ( ApplicationConfiguration configuration, ConfiguredEndpointCollection endpoints, X509Certificate2 clientCertificate ) : EndpointDescription
configuration ApplicationConfiguration
endpoints ConfiguredEndpointCollection
clientCertificate X509Certificate2
리턴 EndpointDescription

TestComplete() 공개 메소드

Called when the test completes.
public TestComplete ( object state ) : void
state object
리턴 void