public nfeResultMsg1 nfeConsultaNF([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.portalfiscal.inf.br/nfe/wsdl/NFeConsultaProtocolo4")] nfeResultMsg nfeDadosMsg) { object[] results = this.Invoke("nfeConsultaNF", new object[] { nfeDadosMsg }); return((nfeResultMsg1)(results[0])); }
/// <remarks/> public void nfeConsultaNFAsync(nfeResultMsg nfeDadosMsg, object userState) { if ((this.nfeConsultaNFOperationCompleted == null)) { this.nfeConsultaNFOperationCompleted = new System.Threading.SendOrPostCallback(this.OnnfeConsultaNFOperationCompleted); } this.InvokeAsync("nfeConsultaNF", new object[] { nfeDadosMsg }, this.nfeConsultaNFOperationCompleted, userState); }
/// <remarks/> public void nfeConsultaNFAsync(nfeResultMsg nfeDadosMsg) { this.nfeConsultaNFAsync(nfeDadosMsg, null); }