C# Class Quickstarts.AlarmConditionClient.AuditEventForm

A form which displays the audit events produced by the server.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
AuditEventForm ( Session session, Subscription subscription ) : System

Initializes a new instance of the AuditEventForm class.

ReconnectComplete ( Session session, Subscription subscription ) : void

Handles a server reconnect event.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AuditEventForm ( ) : System

Creates an empty form.

AuditEventForm_FormClosing ( object sender, FormClosingEventArgs e ) : void

Handles the FormClosing event of the AuditEventForm control.

Events_ClearMI_Click ( object sender, EventArgs e ) : void

Handles the Click event of the Events_ClearMI control.

Events_ViewMI_Click ( object sender, EventArgs e ) : void

Handles the Click event of the Conditions_MonitorMI control.

InitializeComponent ( ) : void

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

MonitoredItem_Notification ( MonitoredItem monitoredItem, MonitoredItemNotificationEventArgs e ) : void

Updates the display with a new value for a monitored variable.

Method Details

AuditEventForm() public method

Initializes a new instance of the AuditEventForm class.
public AuditEventForm ( Session session, Subscription subscription ) : System
session Opc.Ua.Client.Session The session.
subscription Subscription The subscription.
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

ReconnectComplete() public method

Handles a server reconnect event.
public ReconnectComplete ( Session session, Subscription subscription ) : void
session Opc.Ua.Client.Session The new session.
subscription Subscription The new subscription.
return void