Example #1
0
 public string hello(string name)
 {
     TRAVELANCAR.bank_konservatif_service.helloRequest inValue = new TRAVELANCAR.bank_konservatif_service.helloRequest();
     inValue.name = name;
     TRAVELANCAR.bank_konservatif_service.helloResponse retVal = ((TRAVELANCAR.bank_konservatif_service.KonservatifService)(this)).hello(inValue);
     return(retVal.@return);
 }
Example #2
0
 public System.Threading.Tasks.Task <TRAVELANCAR.bank_konservatif_service.helloResponse> helloAsync(string name)
 {
     TRAVELANCAR.bank_konservatif_service.helloRequest inValue = new TRAVELANCAR.bank_konservatif_service.helloRequest();
     inValue.name = name;
     return(((TRAVELANCAR.bank_konservatif_service.KonservatifService)(this)).helloAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <TRAVELANCAR.bank_konservatif_service.helloResponse> TRAVELANCAR.bank_konservatif_service.KonservatifService.helloAsync(TRAVELANCAR.bank_konservatif_service.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
Example #4
0
 TRAVELANCAR.bank_konservatif_service.helloResponse TRAVELANCAR.bank_konservatif_service.KonservatifService.hello(TRAVELANCAR.bank_konservatif_service.helloRequest request)
 {
     return(base.Channel.hello(request));
 }