Interface ICloudSystem
Inherited Members
Namespace: NFX.Web.Cloud
Assembly: NFX.Web.dll
Syntax
public interface ICloudSystem : INamed
Properties
DefaultSessionConnectParamsCfg
Declaration
IConfigSectionNode DefaultSessionConnectParamsCfg { get; set; }
Property Value
| Type | Description |
|---|---|
| IConfigSectionNode |
Methods
Deploy(CloudSession, String, CloudTemplate, IConfigSectionNode)
Declaration
void Deploy(CloudSession session, string id, CloudTemplate template, IConfigSectionNode customData)
Parameters
| Type | Name | Description |
|---|---|---|
| CloudSession | session | |
| System.String | id | |
| CloudTemplate | template | |
| IConfigSectionNode | customData |
StartSession(CloudConnectionParameters)
Declaration
CloudSession StartSession(CloudConnectionParameters cParams = null)
Parameters
| Type | Name | Description |
|---|---|---|
| CloudConnectionParameters | cParams |
Returns
| Type | Description |
|---|---|
| CloudSession |