C# Класс Opc.Ua.Client.Controls.DiscoveredServerListCtrl

Displays a list of servers.
Наследование: Windows.UI.Xaml.Controls.UserControl
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
DiscoverServers bool
OnDiscoverServers void
OnUpdateServers void

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

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

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

Метод Описание
UpdateItem ( ListViewItem listItem, object item ) : void

Updates an item in the control.

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

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

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

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

Initalize the control.
public DiscoveredServerListCtrl ( ) : System
Результат System

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

Displays a list of servers in the control.
public Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void
endpoints ConfiguredEndpointCollection
configuration ApplicationConfiguration
Результат void

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

Displays a list of servers in the control.
public Initialize ( string hostname, ApplicationConfiguration configuration ) : void
hostname string
configuration ApplicationConfiguration
Результат void

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

Updates an item in the control.
protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem Windows.UI.Xaml.Controls.ListViewItem
item object
Результат void