コード例 #1
0
 public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType, global:: W3C.Soap.Fault> Replace()
 {
     global::RoboticsServiceTutorial5.Proxy.ServiceTutorial5State body = new global::RoboticsServiceTutorial5.Proxy.ServiceTutorial5State();
     global::RoboticsServiceTutorial5.Proxy.Replace operation          = new global::RoboticsServiceTutorial5.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
コード例 #2
0
 public virtual global::Microsoft.Ccr.Core.Choice Replace(global::RoboticsServiceTutorial5.Proxy.ServiceTutorial5State body, out global::RoboticsServiceTutorial5.Proxy.Replace operation)
 {
     if ((body == null))
     {
         body = new global::RoboticsServiceTutorial5.Proxy.ServiceTutorial5State();
     }
     operation = new global::RoboticsServiceTutorial5.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
コード例 #3
0
 /// <summary>
 ///Clones ServiceTutorial5State
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::RoboticsServiceTutorial5.Proxy.ServiceTutorial5State target0 = new global::RoboticsServiceTutorial5.Proxy.ServiceTutorial5State();
     this.CopyTo(target0);
     return(target0);
 }
コード例 #4
0
 /// <summary>
 ///Copies the data member values of the current ServiceTutorial5State 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::RoboticsServiceTutorial5.Proxy.ServiceTutorial5State typedTarget = ((global::RoboticsServiceTutorial5.Proxy.ServiceTutorial5State)(target));
     typedTarget._TickCount = this._TickCount;
 }
コード例 #5
0
 public Replace(global::RoboticsServiceTutorial5.Proxy.ServiceTutorial5State body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
コード例 #6
0
 public Replace(global::RoboticsServiceTutorial5.Proxy.ServiceTutorial5State body) :
     base(body)
 {
 }