Ejemplo n.º 1
0
 public virtual global::Microsoft.Ccr.Core.Choice increment(out global::ProMRDS.Simulation.JointMover.Proxy.increment operation)
 {
     global::ProMRDS.Simulation.JointMover.Proxy.IncrementRequestType body = new global::ProMRDS.Simulation.JointMover.Proxy.IncrementRequestType();
     operation = new global::ProMRDS.Simulation.JointMover.Proxy.increment(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Ejemplo n.º 2
0
 public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, global:: W3C.Soap.Fault> increment()
 {
     global::ProMRDS.Simulation.JointMover.Proxy.IncrementRequestType body      = new global::ProMRDS.Simulation.JointMover.Proxy.IncrementRequestType();
     global::ProMRDS.Simulation.JointMover.Proxy.increment            operation = new global::ProMRDS.Simulation.JointMover.Proxy.increment(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Ejemplo n.º 3
0
 public increment(global::ProMRDS.Simulation.JointMover.Proxy.IncrementRequestType body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
Ejemplo n.º 4
0
 public increment(global::ProMRDS.Simulation.JointMover.Proxy.IncrementRequestType body) :
     base(body)
 {
 }
Ejemplo n.º 5
0
 /// <summary>
 ///Clones IncrementRequestType
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::ProMRDS.Simulation.JointMover.Proxy.IncrementRequestType target0 = new global::ProMRDS.Simulation.JointMover.Proxy.IncrementRequestType();
     this.CopyTo(target0);
     return(target0);
 }
Ejemplo n.º 6
0
 /// <summary>
 ///Copies the data member values of the current IncrementRequestType 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::ProMRDS.Simulation.JointMover.Proxy.IncrementRequestType typedTarget = ((global::ProMRDS.Simulation.JointMover.Proxy.IncrementRequestType)(target));
 }