RxSpy.StressTest.StressTestEventHandler.OnError C# (CSharp) Метод

OnError() публичный Метод

public OnError ( IOnErrorEvent onErrorEvent ) : void
onErrorEvent IOnErrorEvent
Результат void
        public void OnError(IOnErrorEvent onErrorEvent)
        {
            Increment();
            _inner.OnError(onErrorEvent);
        }