public virtual global::Microsoft.Ccr.Core.Choice Forward(out global::Robotics.Services.LegoMazeDriver.Proxy.Forward operation) { global::Robotics.Services.LegoMazeDriver.Proxy.ForwardRequest body = new global::Robotics.Services.LegoMazeDriver.Proxy.ForwardRequest(); operation = new global::Robotics.Services.LegoMazeDriver.Proxy.Forward(body); this.Post(operation); return(operation.ResponsePort); }
public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultSubmitResponseType, global:: W3C.Soap.Fault> Forward() { global::Robotics.Services.LegoMazeDriver.Proxy.ForwardRequest body = new global::Robotics.Services.LegoMazeDriver.Proxy.ForwardRequest(); global::Robotics.Services.LegoMazeDriver.Proxy.Forward operation = new global::Robotics.Services.LegoMazeDriver.Proxy.Forward(body); this.Post(operation); return(operation.ResponsePort); }
public Forward(global::Robotics.Services.LegoMazeDriver.Proxy.ForwardRequest body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultSubmitResponseType, global:: W3C.Soap.Fault> responsePort) : base(body, responsePort) { }
public Forward(global::Robotics.Services.LegoMazeDriver.Proxy.ForwardRequest body) : base(body) { }
/// <summary> ///Clones ForwardRequest ///</summary> ///<returns>cloned value</returns> public virtual object Clone() { global::Robotics.Services.LegoMazeDriver.Proxy.ForwardRequest target0 = new global::Robotics.Services.LegoMazeDriver.Proxy.ForwardRequest(); this.CopyTo(target0); return(target0); }
/// <summary> ///Copies the data member values of the current ForwardRequest 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.ForwardRequest typedTarget = ((global::Robotics.Services.LegoMazeDriver.Proxy.ForwardRequest)(target)); }