C# Class Opc.Ua.Client.Controls.SelectHostCtrl

Datei anzeigen Open project: OPCFoundation/UA-.NET

Private Properties

Property Type Description
ConnectBTN_Click void
HostsCB_SelectedIndexChanged void
InitializeComponent void

Public Methods

Method Description
Initialize ( string defaultHost, IList hostnames ) : void

Displays a set of hostnames in the control.

SelectHostCtrl ( ) : System

Initializes the control.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ConnectBTN_Click ( object sender, EventArgs e ) : void
HostsCB_SelectedIndexChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

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

Initialize() public method

Displays a set of hostnames in the control.
public Initialize ( string defaultHost, IList hostnames ) : void
defaultHost string
hostnames IList
return void

SelectHostCtrl() public method

Initializes the control.
public SelectHostCtrl ( ) : System
return System