コード例 #1
0
ファイル: Reference.cs プロジェクト: fabiodevft/NFse_Custom
        public ConsultarSituacaoLoteRpsResposta CallConsultarSituacaoLoteRps(ConsultarSituacaoLoteRpsEnvio Arg)
        {
            object[] results = this.Invoke("CallConsultarSituacaoLoteRps", new object[] {
                Arg
            });

            return((ConsultarSituacaoLoteRpsResposta)(results[0]));
        }
コード例 #2
0
ファイル: Reference.cs プロジェクト: fabiodevft/NFse_Custom
 /// <remarks/>
 public void CallConsultarSituacaoLoteRpsAsync(ConsultarSituacaoLoteRpsEnvio Arg, object userState)
 {
     if ((this.CallConsultarSituacaoLoteRpsOperationCompleted == null))
     {
         this.CallConsultarSituacaoLoteRpsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCallConsultarSituacaoLoteRpsOperationCompleted);
     }
     this.InvokeAsync("CallConsultarSituacaoLoteRps", new object[] {
         Arg
     }, this.CallConsultarSituacaoLoteRpsOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: fabiodevft/NFse_Custom
 /// <remarks/>
 public void CallConsultarSituacaoLoteRpsAsync(ConsultarSituacaoLoteRpsEnvio Arg)
 {
     this.CallConsultarSituacaoLoteRpsAsync(Arg, null);
 }