Example #1
0
 /// <remarks/>
 public void IncluiAdiantamentoClienteAsync(TAdiantamentoCliente AdiantamentoCliente) {
     this.IncluiAdiantamentoClienteAsync(AdiantamentoCliente, null);
 }
Example #2
0
 /// <remarks/>
 public void IncluiAdiantamentoClienteAsync(TAdiantamentoCliente AdiantamentoCliente, object userState) {
     if ((this.IncluiAdiantamentoClienteOperationCompleted == null)) {
         this.IncluiAdiantamentoClienteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnIncluiAdiantamentoClienteOperationCompleted);
     }
     this.InvokeAsync("IncluiAdiantamentoCliente", new object[] {
                 AdiantamentoCliente}, this.IncluiAdiantamentoClienteOperationCompleted, userState);
 }
Example #3
0
 public string IncluiAdiantamentoCliente(TAdiantamentoCliente AdiantamentoCliente) {
     object[] results = this.Invoke("IncluiAdiantamentoCliente", new object[] {
                 AdiantamentoCliente});
     return ((string)(results[0]));
 }