Example #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));
 }
Example #2
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);
 }
Example #3
0
 System.Threading.Tasks.Task <TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationResponse1> TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.CallPort.getCallInformationAsync(TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationRequest1 request)
 {
     return(base.Channel.getCallInformationAsync(request));
 }
Example #4
0
 TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationResponse1 TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.CallPort.getCallInformation(TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationRequest1 request)
 {
     return(base.Channel.getCallInformation(request));
 }