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)); }
public getCallInformationRequest1(TurkcellFacebookDunyasi.ServiceConnector.TiklaKonus.getCallInformationRequest getCallInformationRequest) { this.getCallInformationRequest = getCallInformationRequest; }
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); }