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

Datei anzeigen Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
DiscoveredServerListDlg ( ) : System

Initializes the dialog.

ShowDialog ( string hostname, ApplicationConfiguration configuration ) : ApplicationDescription

Displays the dialog.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
HostNameCTRL_HostConnected ( object sender, SelectHostCtrlEventArgs e ) : void
HostNameCTRL_HostSelected ( object sender, SelectHostCtrlEventArgs e ) : void
InitializeComponent ( ) : void

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

OkBTN_Click ( object sender, EventArgs e ) : void
ServersCTRL_ItemsPicked ( object sender, ListItemActionEventArgs e ) : void
ServersCTRL_ItemsSelected ( object sender, ListItemActionEventArgs e ) : void

Method Details

DiscoveredServerListDlg() public method

Initializes the dialog.
public DiscoveredServerListDlg ( ) : System
return System

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

ShowDialog() public method

Displays the dialog.
public ShowDialog ( string hostname, ApplicationConfiguration configuration ) : ApplicationDescription
hostname string
configuration ApplicationConfiguration
return ApplicationDescription