/// <remarks/> public void IncluiBaixaContasReceberAsync(TBaixaContasaReceber BaixaContasaReceber) { this.IncluiBaixaContasReceberAsync(BaixaContasaReceber, null); }
/// <remarks/> public void IncluiBaixaContasReceberAsync(TBaixaContasaReceber BaixaContasaReceber, object userState) { if ((this.IncluiBaixaContasReceberOperationCompleted == null)) { this.IncluiBaixaContasReceberOperationCompleted = new System.Threading.SendOrPostCallback(this.OnIncluiBaixaContasReceberOperationCompleted); } this.InvokeAsync("IncluiBaixaContasReceber", new object[] { BaixaContasaReceber}, this.IncluiBaixaContasReceberOperationCompleted, userState); }
public string IncluiBaixaContasReceber(TBaixaContasaReceber BaixaContasaReceber) { object[] results = this.Invoke("IncluiBaixaContasReceber", new object[] { BaixaContasaReceber}); return ((string)(results[0])); }