Interface IHostManager
Represents contract for working with dynamic cloud runtimes
Namespace: Azos.Sky.Dynamic
Assembly: Azos.Sky.dll
Syntax
public interface IHostManager
Methods
GetHostName(DynamicHostID)
Declaration
string GetHostName(DynamicHostID hid)
Parameters
| Type | Name | Description |
|---|---|---|
| DynamicHostID | hid |
Returns
| Type | Description |
|---|---|
| System.String |
Spawn(Metabank.SectionHost, String)
Declaration
DynamicHostID Spawn(Metabank.SectionHost host, string id)
Parameters
| Type | Name | Description |
|---|---|---|
| Metabank.SectionHost | host | |
| System.String | id |
Returns
| Type | Description |
|---|---|
| DynamicHostID |