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

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

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

Метод Описание
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