C# Class Opc.Ua.Client.Controls.SubscribeDataDlg

Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
AddItems ( ) : void

Adds the items to monitor.

ChangeSession ( Session session ) : void

Changes the session used for the subscription.

SetSubscription ( Subscription subscription ) : void

Set the subscription managed by the control.

SubscribeDataDlg ( ) : System

Creates an empty form.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BackBTN_Click ( object sender, EventArgs e ) : void
CloseBTN_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.

NextBTN_Click ( object sender, EventArgs e ) : void

Method Details

AddItems() public méthode

Adds the items to monitor.
public AddItems ( ) : void
Résultat void

ChangeSession() public méthode

Changes the session used for the subscription.
public ChangeSession ( Session session ) : void
session Session
Résultat void

Dispose() protected méthode

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

SetSubscription() public méthode

Set the subscription managed by the control.
public SetSubscription ( Subscription subscription ) : void
subscription Subscription
Résultat void

SubscribeDataDlg() public méthode

Creates an empty form.
public SubscribeDataDlg ( ) : System
Résultat System