Esempio n. 1
0
 /// <remarks/>
 public void postPhysicalFulfillmentAsync(PostPhysicalFulfillmentParameters postPhysicalFulfillment1, object userState) {
     if ((this.postPhysicalFulfillmentOperationCompleted == null)) {
         this.postPhysicalFulfillmentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpostPhysicalFulfillmentOperationCompleted);
     }
     this.InvokeAsync("postPhysicalFulfillment", new object[] {
                 postPhysicalFulfillment1}, this.postPhysicalFulfillmentOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void postPhysicalFulfillmentAsync(PostPhysicalFulfillmentParameters postPhysicalFulfillment1) {
     this.postPhysicalFulfillmentAsync(postPhysicalFulfillment1, null);
 }