Example #1
0
        public nfeResultMsg1 nfeStatusServicoNF([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.portalfiscal.inf.br/nfe/wsdl/NFeStatusServico4")] nfeResultMsg nfeDadosMsg)
        {
            object[] results = this.Invoke("nfeStatusServicoNF", new object[] {
                nfeDadosMsg
            });

            return((nfeResultMsg1)(results[0]));
        }
Example #2
0
 /// <remarks/>
 public void nfeStatusServicoNFAsync(nfeResultMsg nfeDadosMsg, object userState)
 {
     if ((this.nfeStatusServicoNFOperationCompleted == null))
     {
         this.nfeStatusServicoNFOperationCompleted = new System.Threading.SendOrPostCallback(this.OnnfeStatusServicoNFOperationCompleted);
     }
     this.InvokeAsync("nfeStatusServicoNF", new object[] {
         nfeDadosMsg
     }, this.nfeStatusServicoNFOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void nfeStatusServicoNFAsync(nfeResultMsg nfeDadosMsg)
 {
     this.nfeStatusServicoNFAsync(nfeDadosMsg, null);
 }