Beispiel #1
0
        public LabelRecoveryResponse ProcessLabelRecovery([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.ups.com/XMLSchema/XOLTWS/LBRecovery/v1.0")] LabelRecoveryRequest LabelRecoveryRequest)
        {
            object[] results = this.Invoke("ProcessLabelRecovery", new object[] {
                LabelRecoveryRequest
            });

            return((LabelRecoveryResponse)(results[0]));
        }
Beispiel #2
0
 /// <remarks/>
 public void ProcessLabelRecoveryAsync(LabelRecoveryRequest LabelRecoveryRequest, object userState)
 {
     if ((this.ProcessLabelRecoveryOperationCompleted == null))
     {
         this.ProcessLabelRecoveryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnProcessLabelRecoveryOperationCompleted);
     }
     this.InvokeAsync("ProcessLabelRecovery", new object[] {
         LabelRecoveryRequest
     }, this.ProcessLabelRecoveryOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public void ProcessLabelRecoveryAsync(LabelRecoveryRequest LabelRecoveryRequest)
 {
     this.ProcessLabelRecoveryAsync(LabelRecoveryRequest, null);
 }