Property | Type | Description | |
---|---|---|---|
Pull | void | ||
Push | void |
Method | Description | |
---|---|---|
AreaVM ( string path, string name, AreaInitMode areaInitMode, string host = null, int port ) : System | ||
ExecuteClientCommand ( Action |
||
Refresh ( ) : void |
Method | Description | |
---|---|---|
Pull ( ) : void | ||
Push ( ) : void |
public AreaVM ( string path, string name, AreaInitMode areaInitMode, string host = null, int port ) : System | ||
path | string | |
name | string | |
areaInitMode | AreaInitMode | |
host | string | |
port | int | |
return | System |
public ExecuteClientCommand ( Action |
||
action | Action |
|
command | string | |
requiresWriteAccess | bool | |
return | void |