Exemplo n.º 1
0
        internal override void SetRemoteException(RemoteExecutionException exception)
        {
            RemoteException = exception;

            _responseReceivedEvent.SetException(exception);
            _remoteExceptionCancelTokenSource.Cancel();
        }
Exemplo n.º 2
0
 internal virtual void SetRemoteException(RemoteExecutionException exception)
 {
     RemoteException = exception;
     _remoteExceptionCancelTokenSource.Cancel();
 }