Метод | Описание | |
---|---|---|
GetPipelineList ( ) : ObservableCollection |
|
|
GoServer ( string host, string login, |
Creates a new GO server
|
|
GoServer ( string host, string login, string password ) : System.Collections.ObjectModel |
Creates a new GO server
|
public GetPipelineList ( ) : ObservableCollection |
||
Результат | ObservableCollection |
public GoServer ( string host, string login, |
||
host | string | URL of the GO server |
login | string | Login name |
password | Password | |
Результат | System.Collections.ObjectModel |
public GoServer ( string host, string login, string password ) : System.Collections.ObjectModel | ||
host | string | URL of the GO server |
login | string | Login name |
password | string | Password |
Результат | System.Collections.ObjectModel |