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

Displays a list of servers.
Inheritance: Windows.UI.Xaml.Controls.UserControl
Afficher le fichier Open project: OPCFoundation/UA-.NET

Private Properties

Свойство Type Description
DiscoverServers bool
OnDiscoverServers void
OnUpdateServers void

Méthodes publiques

Méthode Description
DiscoveredServerListCtrl ( ) : System

Initalize the control.

Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void

Displays a list of servers in the control.

Initialize ( string hostname, ApplicationConfiguration configuration ) : void

Displays a list of servers in the control.

Méthodes protégées

Méthode Description
UpdateItem ( ListViewItem listItem, object item ) : void

Updates an item in the control.

Private Methods

Méthode Description
DiscoverServers ( Uri discoveryUrl ) : bool

Fetches the servers from the discovery server.

OnDiscoverServers ( object state ) : void

Attempts fetch the list of servers from the discovery server.

OnUpdateServers ( object state ) : void

Updates the list of servers displayed in the control.

Method Details

DiscoveredServerListCtrl() public méthode

Initalize the control.
public DiscoveredServerListCtrl ( ) : System
Résultat System

Initialize() public méthode

Displays a list of servers in the control.
public Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void
endpoints ConfiguredEndpointCollection
configuration ApplicationConfiguration
Résultat void

Initialize() public méthode

Displays a list of servers in the control.
public Initialize ( string hostname, ApplicationConfiguration configuration ) : void
hostname string
configuration ApplicationConfiguration
Résultat void

UpdateItem() protected méthode

Updates an item in the control.
protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem Windows.UI.Xaml.Controls.ListViewItem
item object
Résultat void