C# 클래스 Quickstarts.AlarmConditionClient.AuditEventForm

A form which displays the audit events produced by the server.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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