Пример #1
0
 /// <remarks/>
 public void IncluirConhecimentoTransporteAsync(TConhecimentoTransporte ConhecimentoTransporte) {
     this.IncluirConhecimentoTransporteAsync(ConhecimentoTransporte, null);
 }
Пример #2
0
 /// <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);
 }
Пример #3
0
 public string IncluirConhecimentoTransporte(TConhecimentoTransporte ConhecimentoTransporte) {
     object[] results = this.Invoke("IncluirConhecimentoTransporte", new object[] {
                 ConhecimentoTransporte});
     return ((string)(results[0]));
 }