コード例 #1
0
ファイル: Reference.cs プロジェクト: andyfengc/Demo_.Net
 /// <remarks/>
 public void ProcessShipConfirmAsync(ShipConfirmRequest ShipConfirmRequest, object userState) {
     if ((this.ProcessShipConfirmOperationCompleted == null)) {
         this.ProcessShipConfirmOperationCompleted = new System.Threading.SendOrPostCallback(this.OnProcessShipConfirmOperationCompleted);
     }
     this.InvokeAsync("ProcessShipConfirm", new object[] {
                 ShipConfirmRequest}, this.ProcessShipConfirmOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: andyfengc/Demo_.Net
 /// <remarks/>
 public void ProcessShipConfirmAsync(ShipConfirmRequest ShipConfirmRequest) {
     this.ProcessShipConfirmAsync(ShipConfirmRequest, null);
 }