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

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
CertificateValidator_CertificateValidation ( CertificateValidator validator, CertificateValidationEventArgs e ) : void

Handles a certificate validation error.

HandleException ( string caption, MethodBase method, Exception e ) : void

Displays an unhandled exception.

ServerForm ( StandardServer server, ApplicationConfiguration configuration ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
ExitMI_Click ( object sender, EventArgs e ) : void
HideStatus ( ) : void

Hides the diagnostics window and starts the update timer.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ShowMI_Click ( object sender, EventArgs e ) : void
ShowStatus ( ) : void

Shows the diagnostics window and starts the update timer.

Timer_Tick ( object sender, EventArgs e ) : void
TrayIcon_DoubleClick ( object sender, EventArgs e ) : void

메소드 상세

CertificateValidator_CertificateValidation() 공개 메소드

Handles a certificate validation error.
public CertificateValidator_CertificateValidation ( CertificateValidator validator, CertificateValidationEventArgs e ) : void
validator CertificateValidator
e CertificateValidationEventArgs
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

HandleException() 공개 정적인 메소드

Displays an unhandled exception.
public static HandleException ( string caption, MethodBase method, Exception e ) : void
caption string
method MethodBase
e Exception
리턴 void

ServerForm() 공개 메소드

public ServerForm ( StandardServer server, ApplicationConfiguration configuration ) : System
server StandardServer
configuration ApplicationConfiguration
리턴 System