コード例 #1
0
ファイル: Reference.cs プロジェクト: akretion/uninfe
 /// <remarks/>
 public void ConsultarLoteRpsAsync(ConsultarLoteRpsEnvio ConsultarLoteRpsEnvio, ddDuasStrings pParam) {
     this.ConsultarLoteRpsAsync(ConsultarLoteRpsEnvio, pParam, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: akretion/uninfe
 /// <remarks/>
 public void ConsultarLoteRpsAsync(ConsultarLoteRpsEnvio ConsultarLoteRpsEnvio, ddDuasStrings pParam, object userState) {
     if ((this.ConsultarLoteRpsOperationCompleted == null)) {
         this.ConsultarLoteRpsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnConsultarLoteRpsOperationCompleted);
     }
     this.InvokeAsync("ConsultarLoteRps", new object[] {
                 ConsultarLoteRpsEnvio,
                 pParam}, this.ConsultarLoteRpsOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: akretion/uninfe
 public ConsultarLoteRpsResposta ConsultarLoteRps(ConsultarLoteRpsEnvio ConsultarLoteRpsEnvio, ddDuasStrings pParam) {
     object[] results = this.Invoke("ConsultarLoteRps", new object[] {
                 ConsultarLoteRpsEnvio,
                 pParam});
     return ((ConsultarLoteRpsResposta)(results[0]));
 }