메소드 | 설명 | |
---|---|---|
Close ( ) : void |
Gracefully closes the connection to the server.
|
|
ComClient ( ComClientConfiguration configuration ) : System |
Initializes the object with the ProgID of the server being accessed.
|
|
CreateInstance ( ) : void |
Creates an instance of the COM server.
|
|
GetErrorString ( int error ) : string |
Fetches the error string from the server.
|
|
QueryAvailableLocales ( ) : int[] |
Fetches the available locales.
|
|
SelectLocaleId ( IList |
Selects the best matching locale id.
|
|
SetLocale ( int localeId ) : void |
Sets the current locale.
|
|
SetUserIdentity ( IUserIdentity identity ) : void |
Sets the current user identity.
|
메소드 | 설명 | |
---|---|---|
OnConnected ( ) : void |
Called immediately after connecting to the server.
|
public ComClient ( ComClientConfiguration configuration ) : System | ||
configuration | ComClientConfiguration | |
리턴 | System |
public static SelectLocaleId ( IList |
||
availableLocaleIds | IList |
|
preferredLocales | IList |
|
리턴 | int |
public SetUserIdentity ( IUserIdentity identity ) : void | ||
identity | IUserIdentity | |
리턴 | void |