Beispiel #1
0
        public string AddDomesticShipment(ShipmentRequestType Shipment)
        {
            object[] results = this.Invoke("AddDomesticShipment", new object[] {
                Shipment
            });

            return((string)(results[0]));
        }
Beispiel #2
0
 /// CodeRemarks
 public void AddDomesticShipmentAsync(ShipmentRequestType Shipment, object userState)
 {
     if ((this.AddDomesticShipmentOperationCompleted == null))
     {
         this.AddDomesticShipmentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddDomesticShipmentOperationCompleted);
     }
     this.InvokeAsync("AddDomesticShipment", new object[] {
         Shipment
     }, this.AddDomesticShipmentOperationCompleted, userState);
 }
Beispiel #3
0
 /// CodeRemarks
 public void AddDomesticShipmentAsync(ShipmentRequestType Shipment)
 {
     this.AddDomesticShipmentAsync(Shipment, null);
 }