Метод | Описание | |
---|---|---|
CreateHost ( string hostUserName, string hostPassword ) : bool |
Creates the host in the persistent store.
|
|
LoadHost ( bool suppressException ) : |
Loads the host from the Object Provider. This is provided for those cases when we really need to hit the data strore. Calling this method will also reload the HostInfo.Instance from the data store.
|
|
SetHostPassword ( |
||
UpdateHost ( |
Updates the host in the persistent store.
|
Метод | Описание | |
---|---|---|
HostInfo ( ) : System |
public static CreateHost ( string hostUserName, string hostPassword ) : bool | ||
hostUserName | string | |
hostPassword | string | |
Результат | bool |
public static LoadHost ( bool suppressException ) : |
||
suppressException | bool | If true, won't throw an exception. |
Результат |
public static SetHostPassword ( |
||
host | ||
newPassword | string | |
Результат | void |
public static UpdateHost ( |
||
host | Host. | |
Результат | bool |