public System.Threading.Tasks.Task <potwierdzOdebranieResponse> potwierdzOdebranieAsync(ZapytaniePullPotwierdzTyp ZapytaniePullPotwierdz) { potwierdzOdebranieRequest inValue = new potwierdzOdebranieRequest(); inValue.ZapytaniePullPotwierdz = ZapytaniePullPotwierdz; return(((pull)(this)).potwierdzOdebranieAsync(inValue)); }
public OdpowiedzPullPotwierdzTyp potwierdzOdebranie(ZapytaniePullPotwierdzTyp ZapytaniePullPotwierdz) { potwierdzOdebranieRequest inValue = new potwierdzOdebranieRequest(); inValue.ZapytaniePullPotwierdz = ZapytaniePullPotwierdz; potwierdzOdebranieResponse retVal = ((pull)(this)).potwierdzOdebranie(inValue); return(retVal.OdpowiedzPullPotwierdz); }
System.Threading.Tasks.Task <potwierdzOdebranieResponse> pull.potwierdzOdebranieAsync(potwierdzOdebranieRequest request) { return(base.Channel.potwierdzOdebranieAsync(request)); }
potwierdzOdebranieResponse pull.potwierdzOdebranie(potwierdzOdebranieRequest request) { return(base.Channel.potwierdzOdebranie(request)); }
public IAsyncResult BeginpotwierdzOdebranie(potwierdzOdebranieRequest request, AsyncCallback callback, object asyncState) { throw new NotImplementedException(); }
public potwierdzOdebranieResponse potwierdzOdebranie(potwierdzOdebranieRequest request) { throw new NotImplementedException(); }