예제 #1
0
 internal override void Execute(Engine parentEngine)
 {
     NodeStatus nodeStatus = parentEngine.RequestStatus(requestId);
     ErrorUtilities.VerifyThrow(parentEngine.Router.ParentNode != null,
                                "Method should be called only on child nodes");
     parentEngine.Router.ParentNode.PostStatus(nodeStatus, false /* don't block waiting on the send */);
 }
예제 #2
0
        internal override void Execute(Engine parentEngine)
        {
            NodeStatus nodeStatus = parentEngine.RequestStatus(requestId);

            ErrorUtilities.VerifyThrow(parentEngine.Router.ParentNode != null,
                                       "Method should be called only on child nodes");
            parentEngine.Router.ParentNode.PostStatus(nodeStatus, false /* don't block waiting on the send */);
        }