Method | Description | |
---|---|---|
Initialize ( |
Creates a form which displays the status for a UA server.
|
|
ServerDiagnosticsCtrl ( ) : System |
Initializes a new instance of the ServerDiagnosticsCtrl class.
|
Method | Description | |
---|---|---|
UpdateSessions ( ) : void |
Updates the sessions displayed in the form.
|
|
UpdateSubscriptions ( ) : void |
Updates the subscriptions displayed in the form.
|
|
UpdateTimerCTRL_Tick ( object sender, object e ) : void |
A callback used to periodically refresh the form contents.
|
public Initialize ( |
||
server | The server displayed in the form. | |
configuration | ApplicationConfiguration | The configuration used to initialize the server. |
return | void |