Class ClientSnapshot
Inheritance
System.Object
ClientSnapshot
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.ClientSimulation.Snapshot
Assembly: Volo.ClientSimulation.dll
Syntax
[Serializable]
public class ClientSnapshot
Properties
Scenario
Declaration
public ScenarioSnapshot Scenario { get; set; }
Property Value
| Type | Description |
|---|---|
| ScenarioSnapshot |
State
Declaration
public ClientState State { get; set; }
Property Value
| Type | Description |
|---|---|
| ClientState |