public void AttachClientToRemoteProcess(AttachClientToRemoteProcessCommand command)
 {
     this.commandManager.Enqueue(command);
 }
示例#2
0
        public void AttachClientToRemoteProcess(AttachClientToRemoteProcessCommand command)
        {
            Contract.Requires <ArgumentNullException>(command != null);

            throw new NotImplementedException();
        }