Ejemplo n.º 1
0
        void OperationStateObserver.Failure(Exception exception, OperationContext context)
        {
            context.NotifyOnCurrentState("Failure", Runnability.Runnable(), ErrorInfo.From(exception));

            _operationState = _operationStatesFactory.RunnableState();
        }