public void SendResponse(MtResponse response) { Log.DebugFormat("SendResponse: begin. response = {0}", response); _currentTask.SetResult(response); _currentTask = null; Log.Debug("SendResponse: end."); }
public void SendResponse(MtResponse response) { Log.DebugFormat("SendResponse: begin. response = {0}", response); _commandTask.SetResult(response); _commandTask = null; FireOnCommandExecuted(); Log.Debug("SendResponse: end."); }