HealthMonitoring.Monitors.Nsb5.Rabbitmq.ResponseWaiter.ResponseWaiter C# (CSharp) Method

ResponseWaiter() public method

public ResponseWaiter ( System.Guid requestId, System.TimeSpan timeout ) : System
requestId System.Guid
timeout System.TimeSpan
return System
        public ResponseWaiter(Guid requestId, TimeSpan timeout)
        {
            _requestId = requestId;
            _timeout = timeout;
            GetStatusResponseHandler.OnResponse += OnResponse;
        }