C# 클래스 Opc.Ua.Sample.Controls.SubscriptionDlg

상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
CreateDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
New ( Session session ) : Subscription

Creates a new subscription.

Session_Notification ( Session session, NotificationEventArgs e ) : void

Processes a Publish repsonse from the server.

Show ( Subscription subscription ) : void

Displays the dialog.

SubscriptionDlg ( ) : System
Subscription_PublishStatusChanged ( object subscription, EventArgs e ) : void

Handles a change to the publish status for the subscription.

Subscription_StateChanged ( Subscription subscription, SubscriptionStateChangedEventArgs e ) : void

Handles a change to the state of the subscription.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
ConditionRefreshMI_Click ( object sender, EventArgs e ) : void
EditMI_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.

SubscriptionCreateItemFromTypeMI_Click ( object sender, EventArgs e ) : void
SubscriptionCreateItemMI_Click ( object sender, EventArgs e ) : void
SubscriptionDlg_FormClosing ( object sender, FormClosingEventArgs e ) : void
SubscriptionEnablePublishingMI_Click ( object sender, EventArgs e ) : void
SubscriptionMI_DropDownOpening ( object sender, EventArgs e ) : void
UpdateStatus ( ) : void

Updates the controls displaying the status of the subscription.

WindowMI_Click ( object sender, EventArgs e ) : void

메소드 상세

CreateDialog_FormClosing() 공개 메소드

public CreateDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
sender object
e FormClosingEventArgs
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

New() 공개 메소드

Creates a new subscription.
public New ( Session session ) : Subscription
session Opc.Ua.Client.Session
리턴 Subscription

Session_Notification() 공개 메소드

Processes a Publish repsonse from the server.
public Session_Notification ( Session session, NotificationEventArgs e ) : void
session Opc.Ua.Client.Session
e Opc.Ua.Client.NotificationEventArgs
리턴 void

Show() 공개 메소드

Displays the dialog.
public Show ( Subscription subscription ) : void
subscription Subscription
리턴 void

SubscriptionDlg() 공개 메소드

public SubscriptionDlg ( ) : System
리턴 System

Subscription_PublishStatusChanged() 공개 메소드

Handles a change to the publish status for the subscription.
public Subscription_PublishStatusChanged ( object subscription, EventArgs e ) : void
subscription object
e System.EventArgs
리턴 void

Subscription_StateChanged() 공개 메소드

Handles a change to the state of the subscription.
public Subscription_StateChanged ( Subscription subscription, SubscriptionStateChangedEventArgs e ) : void
subscription Subscription
e SubscriptionStateChangedEventArgs
리턴 void