Property | Type | Description | |
---|---|---|---|
DiscoverServers | bool | ||
OnDiscoverServers | void | ||
OnUpdateServers | void |
Method | 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.
|
Method | Description | |
---|---|---|
UpdateItem ( |
Updates an item in the control.
|
Method | Description | |
---|---|---|
DiscoverServers ( |
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.
|
public Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void | ||
endpoints | ConfiguredEndpointCollection | |
configuration | ApplicationConfiguration | |
return | void |
public Initialize ( string hostname, ApplicationConfiguration configuration ) : void | ||
hostname | string | |
configuration | ApplicationConfiguration | |
return | void |
protected UpdateItem ( |
||
listItem | ||
item | object | |
return | void |