コード例 #1
0
ファイル: Reference.cs プロジェクト: cnunciato/cengage-dil
 /// <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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: cnunciato/cengage-dil
 /// <remarks/>
 public void postPhysicalFulfillmentAsync(PostPhysicalFulfillmentParameters postPhysicalFulfillment1) {
     this.postPhysicalFulfillmentAsync(postPhysicalFulfillment1, null);
 }