|
Public Member Functions |
|
| HostAdmin () |
| |
|
|
bool | SetHomeServer (string userID, string serverID) |
| |
|
|
System.IAsyncResult | BeginSetHomeServer (string userID, string serverID, System.AsyncCallback callback, object asyncState) |
| |
|
|
bool | EndSetHomeServer (System.IAsyncResult asyncResult) |
| |
|
|
bool | MigrateUser (string userID) |
| |
|
|
System.IAsyncResult | BeginMigrateUser (string userID, System.AsyncCallback callback, object asyncState) |
| |
|
|
bool | EndMigrateUser (System.IAsyncResult asyncResult) |
| |
|
|
bool | ProvisionUser () |
| |
|
|
System.IAsyncResult | BeginProvisionUser (System.AsyncCallback callback, object asyncState) |
| |
|
|
bool | EndProvisionUser (System.IAsyncResult asyncResult) |
| |
|
|
string | AddHost (string name, string publicAddress, string privateAddress, string publicKey, out bool created) |
| |
|
|
System.IAsyncResult | BeginAddHost (string name, string publicAddress, string privateAddress, string publicKey, System.AsyncCallback callback, object asyncState) |
| |
|
|
string | EndAddHost (System.IAsyncResult asyncResult, out bool created) |
| |
|
|
void | DeleteHost (string id) |
| |
|
|
System.IAsyncResult | BeginDeleteHost (string id, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndDeleteHost (System.IAsyncResult asyncResult) |
| |
|
|
void | DeleteHostByName (string Name) |
| |
|
|
System.IAsyncResult | BeginDeleteHostByName (string Name, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndDeleteHostByName (System.IAsyncResult asyncResult) |
| |
|
|
string | GetConfiguration () |
| |
|
|
System.IAsyncResult | BeginGetConfiguration (System.AsyncCallback callback, object asyncState) |
| |
|
|
string | EndGetConfiguration (System.IAsyncResult asyncResult) |
| |
|
|
string | GetDomain () |
| |
|
|
System.IAsyncResult | BeginGetDomain (System.AsyncCallback callback, object asyncState) |
| |
|
|
string | EndGetDomain (System.IAsyncResult asyncResult) |
| |
|
|
string | GetDomainOwner () |
| |
|
|
System.IAsyncResult | BeginGetDomainOwner (System.AsyncCallback callback, object asyncState) |
| |
|
|
string | EndGetDomainOwner (System.IAsyncResult asyncResult) |
| |
|