StatLight.Core.WebServer.ResponseFactory.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
        public void Reset()
        {
            _htmlPageInstanceId = 0;
        }

Usage Example

Exemplo n.º 1
0
 public void ResetTestRunStatistics()
 {
     _responseFactory.Reset();
     _browserInstancesComplete.Clear();
     _totalMessagesPostedCount   = null;
     _currentMessagesPostedCount = 0;
 }
All Usage Examples Of StatLight.Core.WebServer.ResponseFactory::Reset