/// <remarks/>
 public void orderRelationUpdateNotify1Async(OrderRelationUpdateNotifyReq1 orderRelationUpdateNotifyReq)
 {
     this.orderRelationUpdateNotify1Async(orderRelationUpdateNotifyReq, null);
 }
 /// <remarks/>
 public void orderRelationUpdateNotify1Async(OrderRelationUpdateNotifyReq1 orderRelationUpdateNotifyReq, object userState)
 {
     if ((this.orderRelationUpdateNotify1OperationCompleted == null)) {
         this.orderRelationUpdateNotify1OperationCompleted = new System.Threading.SendOrPostCallback(this.OnorderRelationUpdateNotify1OperationCompleted);
     }
     this.InvokeAsync("orderRelationUpdateNotify1", new object[] {
                 orderRelationUpdateNotifyReq}, this.orderRelationUpdateNotify1OperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginorderRelationUpdateNotify1(OrderRelationUpdateNotifyReq1 orderRelationUpdateNotifyReq, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("orderRelationUpdateNotify1", new object[] {
                 orderRelationUpdateNotifyReq}, callback, asyncState);
 }