메소드 | 설명 | |
---|---|---|
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 |