Exemplo n.º 1
0
 public string ShowAllData()
 {
     Kursova_Aleksandar.PIServiceReference.ShowAllDataRequest inValue = new Kursova_Aleksandar.PIServiceReference.ShowAllDataRequest();
     inValue.Body = new Kursova_Aleksandar.PIServiceReference.ShowAllDataRequestBody();
     Kursova_Aleksandar.PIServiceReference.ShowAllDataResponse retVal = ((Kursova_Aleksandar.PIServiceReference.WebService1Soap)(this)).ShowAllData(inValue);
     return(retVal.Body.ShowAllDataResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <Kursova_Aleksandar.PIServiceReference.ShowAllDataResponse> ShowAllDataAsync()
 {
     Kursova_Aleksandar.PIServiceReference.ShowAllDataRequest inValue = new Kursova_Aleksandar.PIServiceReference.ShowAllDataRequest();
     inValue.Body = new Kursova_Aleksandar.PIServiceReference.ShowAllDataRequestBody();
     return(((Kursova_Aleksandar.PIServiceReference.WebService1Soap)(this)).ShowAllDataAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Kursova_Aleksandar.PIServiceReference.ShowAllDataResponse> Kursova_Aleksandar.PIServiceReference.WebService1Soap.ShowAllDataAsync(Kursova_Aleksandar.PIServiceReference.ShowAllDataRequest request)
 {
     return(base.Channel.ShowAllDataAsync(request));
 }
Exemplo n.º 4
0
 Kursova_Aleksandar.PIServiceReference.ShowAllDataResponse Kursova_Aleksandar.PIServiceReference.WebService1Soap.ShowAllData(Kursova_Aleksandar.PIServiceReference.ShowAllDataRequest request)
 {
     return(base.Channel.ShowAllData(request));
 }