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