Exemple #1
0
 public virtual global::Microsoft.Ccr.Core.Choice TurnLeft(out global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeft operation)
 {
     global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeftRequest body = new global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeftRequest();
     operation = new global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeft(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Exemple #2
0
 public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultSubmitResponseType, global:: W3C.Soap.Fault> TurnLeft()
 {
     global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeftRequest body      = new global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeftRequest();
     global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeft        operation = new global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeft(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Exemple #3
0
 public TurnLeft(global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeftRequest body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultSubmitResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
Exemple #4
0
 public TurnLeft(global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeftRequest body) :
     base(body)
 {
 }
Exemple #5
0
 /// <summary>
 ///Clones TurnLeftRequest
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeftRequest target0 = new global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeftRequest();
     this.CopyTo(target0);
     return(target0);
 }
Exemple #6
0
 /// <summary>
 ///Copies the data member values of the current TurnLeftRequest to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public virtual void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeftRequest typedTarget = ((global::Robotics.Services.LegoMazeDriver.Proxy.TurnLeftRequest)(target));
 }