Interface IClient
Namespace: Volo.ClientSimulation.Clients
Assembly: Volo.ClientSimulation.dll
Syntax
public interface IClient
Properties
State
Declaration
ClientState State { get; }
Property Value
| Type | Description |
|---|---|
| ClientState |
Methods
CreateSnapshot()
Declaration
ClientSnapshot CreateSnapshot()
Returns
| Type | Description |
|---|---|
| ClientSnapshot |
Initialize(Scenario)
Declaration
void Initialize(Scenario scenario)
Parameters
| Type | Name | Description |
|---|---|---|
| Scenario | scenario |
Start()
Declaration
void Start()
Stop()
Declaration
void Stop()
Events
Stopped
Declaration
event EventHandler Stopped
Event Type
| Type | Description |
|---|---|
| System.EventHandler |