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

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

CertificateValidator_CertificateValidation() public méthode

Handles a certificate validation error.
public CertificateValidator_CertificateValidation ( CertificateValidator validator, CertificateValidationEventArgs e ) : void
validator CertificateValidator
e CertificateValidationEventArgs
Résultat void

Dispose() protected méthode

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

HandleException() public static méthode

Displays an unhandled exception.
public static HandleException ( string caption, MethodBase method, Exception e ) : void
caption string
method MethodBase
e Exception
Résultat void

ServerForm() public méthode

public ServerForm ( StandardServer server, ApplicationConfiguration configuration ) : System
server StandardServer
configuration ApplicationConfiguration
Résultat System