Esempio n. 1
0
 public System.Threading.Tasks.Task <TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationResponse1> getCallInformationAsync(TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationRequest getCallInformationRequest)
 {
     TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationRequest1 inValue = new TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationRequest1();
     inValue.getCallInformationRequest = getCallInformationRequest;
     return(((TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.CallPort)(this)).getCallInformationAsync(inValue));
 }
Esempio n. 2
0
 public getCallInformationRequest1(TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationRequest getCallInformationRequest)
 {
     this.getCallInformationRequest = getCallInformationRequest;
 }
Esempio n. 3
0
 public TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationResponse getCallInformation(TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationRequest getCallInformationRequest)
 {
     TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationRequest1 inValue = new TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationRequest1();
     inValue.getCallInformationRequest = getCallInformationRequest;
     TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationResponse1 retVal = ((TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.CallPort)(this)).getCallInformation(inValue);
     return(retVal.getCallInformationResponse);
 }