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