Property | Type | Description | |
---|---|---|---|
BrowseCTRL | |||
SessionsCTRL |
Method | Description | |
---|---|---|
ClientForm ( ) : System | ||
ClientForm ( ServiceMessageContext context, ApplicationInstance application, |
||
Connect ( ConfiguredEndpoint endpoint ) : void |
Connects to a server.
|
|
Disconnect ( ) : void |
Disconnects from a server.
|
|
OpenForm ( ) : void |
Opens a new form.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DoTest ( Session session ) : void |
Provides a user defined method.
|
|
OnClosing ( CancelEventArgs e ) : void |
Disconnect from the server if ths form is closing.
|
Method | Description | |
---|---|---|
DiscoverServersMI_Click ( object sender, EventArgs e ) : void | ||
DiscoverServersOnNetworkMI_Click ( object sender, EventArgs e ) : void | ||
Discovery_RegisterMI_Click ( object sender, EventArgs e ) : void | ||
EndpointSelectorCTRL_ConnectEndpoint ( object sender, ConnectEndpointEventArgs e ) : void | ||
EndpointSelectorCTRL_OnChange ( object sender, EventArgs e ) : void | ||
FileExit_Click ( object sender, EventArgs e ) : void | ||
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 | ||
NewWindowMI_Click ( object sender, EventArgs e ) : void | ||
OnRegister ( object sender ) : void | ||
PerformanceTestMI_Click ( object sender, EventArgs e ) : void | ||
StandardClient_KeepAlive ( Session sender, KeepAliveEventArgs e ) : void |
Updates the status control when a keep alive event occurs.
|
|
StandardClient_Server_ReconnectComplete ( object sender, EventArgs e ) : void | ||
Task_TestMI_Click ( object sender, EventArgs e ) : void | ||
Window_FormClosing ( object sender, FormClosingEventArgs e ) : void |
Handles a close event fo
|
|
contentsToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
public ClientForm ( ServiceMessageContext context, ApplicationInstance application, |
||
context | ServiceMessageContext | |
application | ApplicationInstance | |
masterForm | ||
configuration | ApplicationConfiguration | |
return | System |
public Connect ( ConfiguredEndpoint endpoint ) : void | ||
endpoint | ConfiguredEndpoint | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
protected BrowseTreeCtrl,Opc.Ua.Sample.Controls BrowseCTRL | ||
return |