/// <remarks/> public void IncluirConhecimentoTransporteAsync(TConhecimentoTransporte ConhecimentoTransporte) { this.IncluirConhecimentoTransporteAsync(ConhecimentoTransporte, null); }
/// <remarks/> public void IncluirConhecimentoTransporteAsync(TConhecimentoTransporte ConhecimentoTransporte, object userState) { if ((this.IncluirConhecimentoTransporteOperationCompleted == null)) { this.IncluirConhecimentoTransporteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnIncluirConhecimentoTransporteOperationCompleted); } this.InvokeAsync("IncluirConhecimentoTransporte", new object[] { ConhecimentoTransporte}, this.IncluirConhecimentoTransporteOperationCompleted, userState); }
public string IncluirConhecimentoTransporte(TConhecimentoTransporte ConhecimentoTransporte) { object[] results = this.Invoke("IncluirConhecimentoTransporte", new object[] { ConhecimentoTransporte}); return ((string)(results[0])); }