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

            return((object[])(results[0]));
        }
Example #2
0
 /// <remarks/>
 public void nfeStatusServico4Async(nfeDadosMsg nfeDadosMsg, object userState)
 {
     if ((this.nfeStatusServico4OperationCompleted == null))
     {
         this.nfeStatusServico4OperationCompleted = new System.Threading.SendOrPostCallback(this.OnnfeStatusServico4OperationCompleted);
     }
     this.InvokeAsync("nfeStatusServico4", new object[] {
         nfeDadosMsg
     }, this.nfeStatusServico4OperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void nfeStatusServico4Async(nfeDadosMsg nfeDadosMsg)
 {
     this.nfeStatusServico4Async(nfeDadosMsg, null);
 }