コード例 #1
0
 public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, global:: W3C.Soap.Fault> WatchDogUpdate()
 {
     global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest body      = new global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest();
     global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdate        operation = new global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdate(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
コード例 #2
0
 public virtual global::Microsoft.Ccr.Core.Choice WatchDogUpdate(out global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdate operation)
 {
     global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest body = new global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest();
     operation = new global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdate(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public static object Microsoft_Robotics_Services_Explorer_Proxy_WatchDogUpdateRequest_TO_Microsoft_Robotics_Services_Explorer_WatchDogUpdateRequest(object transformFrom)
 {
     global::Microsoft.Robotics.Services.Explorer.WatchDogUpdateRequest       target = new global::Microsoft.Robotics.Services.Explorer.WatchDogUpdateRequest();
     global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest from   = ((global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest)(transformFrom));
     target.TimeStamp = from.TimeStamp;
     return(target);
 }
コード例 #4
0
 public WatchDogUpdate(global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
コード例 #5
0
 public WatchDogUpdate(global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest body) :
     base(body)
 {
 }
コード例 #6
0
 /// <summary>
 ///Clones WatchDogUpdateRequest
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest target0 = new global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest();
     this.CopyTo(target0);
     return(target0);
 }
コード例 #7
0
 /// <summary>
 ///Copies the data member values of the current WatchDogUpdateRequest 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::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest typedTarget = ((global::Microsoft.Robotics.Services.Explorer.Proxy.WatchDogUpdateRequest)(target));
     typedTarget._TimeStamp = this._TimeStamp;
 }