Method | Description | |
---|---|---|
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 |
||
return | ObservableCollection |
public GoServer ( string host, string login, |
||
host | string | URL of the GO server |
login | string | Login name |
password | Password | |
return | 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 |
return | System.Collections.ObjectModel |