Interface IServiceControl
メソッド・プロパティ名共有のためのInterface for ServiceControl
Namespace: FluentCeVIOWrapper.Common.Talk
Assembly: FluentCeVIOWrapper.Common.dll
Syntax
public interface IServiceControl
Properties
HostVersion
【CeVIO AI】のバージョンを取得します。
Declaration
string HostVersion { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsHostStarted
【CeVIO AI】にアクセス可能かどうか取得します。
Declaration
bool IsHostStarted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
CloseHost(HostCloseMode)
終了を要求
Declaration
void CloseHost(HostCloseMode mode = HostCloseMode.Default)
Parameters
| Type | Name | Description |
|---|---|---|
| HostCloseMode | mode |
StartHost(bool)
【CeVIO AI】を起動
Declaration
HostStartResult StartHost(bool noWait)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | noWait |
Returns
| Type | Description |
|---|---|
| HostStartResult |