C# Класс Quickstarts.AlarmConditionClient.AuditEventForm

A form which displays the audit events produced by the server.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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.

Описание методов

AuditEventForm() публичный Метод

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.
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ReconnectComplete() публичный Метод

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.
Результат void