Пример #1
0
 /// <summary>
 /// Instantiates a new <see cref="DiagnosticModel"/>.
 /// </summary>
 public DiagnosticModel()
 {
     this.m_LatencyList   = new ArrayList();
     this.m_SkewList      = new ArrayList();
     this.m_ServerState   = ServerSyncState.START;
     this.m_ClientState   = ClientSyncState.START;
     this.m_PingStartTime = 0;
 }
Пример #2
0
 /// <summary>
 /// Instantiates a new <see cref="DiagnosticModel"/>.
 /// </summary>
 public DiagnosticModel()
 {
     this.m_LatencyList = new ArrayList();
     this.m_SkewList = new ArrayList();
     this.m_ServerState = ServerSyncState.START;
     this.m_ClientState = ClientSyncState.START;
     this.m_PingStartTime = 0;
 }