예제 #1
0
 public System.Threading.Tasks.Task <PatchClient.MCPSvc.ConfirmMCPforProcessingResponse> ConfirmMCPforProcessingAsync(PatchClient.MCPSvc.AuthHeader AuthHeader, string sSerial, int iMCPID)
 {
     PatchClient.MCPSvc.ConfirmMCPforProcessingRequest inValue = new PatchClient.MCPSvc.ConfirmMCPforProcessingRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.sSerial    = sSerial;
     inValue.iMCPID     = iMCPID;
     return(((PatchClient.MCPSvc.MCPSvcSoap)(this)).ConfirmMCPforProcessingAsync(inValue));
 }
예제 #2
0
 public PatchClient.MCPSvc.ConfirmMCPResponse ConfirmMCPforProcessing(PatchClient.MCPSvc.AuthHeader AuthHeader, string sSerial, int iMCPID)
 {
     PatchClient.MCPSvc.ConfirmMCPforProcessingRequest inValue = new PatchClient.MCPSvc.ConfirmMCPforProcessingRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.sSerial    = sSerial;
     inValue.iMCPID     = iMCPID;
     PatchClient.MCPSvc.ConfirmMCPforProcessingResponse retVal = ((PatchClient.MCPSvc.MCPSvcSoap)(this)).ConfirmMCPforProcessing(inValue);
     return(retVal.ConfirmMCPforProcessingResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <PatchClient.MCPSvc.ConfirmMCPforProcessingResponse> PatchClient.MCPSvc.MCPSvcSoap.ConfirmMCPforProcessingAsync(PatchClient.MCPSvc.ConfirmMCPforProcessingRequest request)
 {
     return(base.Channel.ConfirmMCPforProcessingAsync(request));
 }
예제 #4
0
 PatchClient.MCPSvc.ConfirmMCPforProcessingResponse PatchClient.MCPSvc.MCPSvcSoap.ConfirmMCPforProcessing(PatchClient.MCPSvc.ConfirmMCPforProcessingRequest request)
 {
     return(base.Channel.ConfirmMCPforProcessing(request));
 }