コード例 #1
0
 public System.Threading.Tasks.Task <Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationResponse> KoerselOpret20120201OperationAsync(Core.ApplicationServices.SdWebService.KoerselOpretRequestType InddataStruktur)
 {
     Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationRequest inValue = new Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationRequest();
     inValue.InddataStruktur = InddataStruktur;
     return(((Core.ApplicationServices.SdWebService.KoerselOpret20120201PortType)(this)).KoerselOpret20120201OperationAsync(inValue));
 }
コード例 #2
0
 public Core.ApplicationServices.SdWebService.KoerselOpret20120201Type KoerselOpret20120201Operation(Core.ApplicationServices.SdWebService.KoerselOpretRequestType InddataStruktur)
 {
     Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationRequest inValue = new Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationRequest();
     inValue.InddataStruktur = InddataStruktur;
     Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationResponse retVal = ((Core.ApplicationServices.SdWebService.KoerselOpret20120201PortType)(this)).KoerselOpret20120201Operation(inValue);
     return(retVal.KoerselOpret20120201);
 }
コード例 #3
0
 System.Threading.Tasks.Task <Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationResponse> Core.ApplicationServices.SdWebService.KoerselOpret20120201PortType.KoerselOpret20120201OperationAsync(Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationRequest request)
 {
     return(base.Channel.KoerselOpret20120201OperationAsync(request));
 }
コード例 #4
0
 Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationResponse Core.ApplicationServices.SdWebService.KoerselOpret20120201PortType.KoerselOpret20120201Operation(Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationRequest request)
 {
     return(base.Channel.KoerselOpret20120201Operation(request));
 }