Пример #1
0
 /// <summary>
 /// Post Connect and return the response port.
 /// </summary>
 /// <param name="body"></param>
 /// <returns></returns>
 public virtual PortSet <DefaultUpdateResponseType, Fault> Connect(irobot.IRobotConnect body)
 {
     irobot.Connect op = new irobot.Connect(body);
     if (op.Body == null)
     {
         op.Body = new irobot.IRobotConnect();
     }
     this.Post(op);
     return(op.ResponsePort);
 }
Пример #2
0
 /// <summary>
 /// Post Connect and return the response port.
 /// </summary>
 public virtual PortSet <Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, Fault> Connect()
 {
     irobot.Connect op = new irobot.Connect();
     this.Post(op);
     return(op.ResponsePort);
 }