public System.Threading.Tasks.Task getConfirmAsync(string sessionID, string Mssg) { getConfirm inValue = new getConfirm(); inValue.sessionID = sessionID; inValue.Mssg = Mssg; return(((ConsultaPorCurpServicePortType)(this)).getConfirmAsync(inValue)); }
public void getConfirm(string sessionID, string Mssg) { getConfirm inValue = new getConfirm(); inValue.sessionID = sessionID; inValue.Mssg = Mssg; ((ConsultaPorCurpServicePortType)(this)).getConfirm(inValue); }
System.Threading.Tasks.Task ConsultaPorCurpServicePortType.getConfirmAsync(getConfirm request) { return(base.Channel.getConfirmAsync(request)); }
void ConsultaPorCurpServicePortType.getConfirm(getConfirm request) { base.Channel.getConfirm(request); }