C# 클래스 Opc.Ua.Client.Controls.DiscoveredServerListCtrl

Displays a list of servers.
상속: Windows.UI.Xaml.Controls.UserControl
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

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