コード例 #1
0
ファイル: Reference.cs プロジェクト: cnunciato/cengage-dil
 /// <remarks/>
 public void modifyProductAsync(modifyProductParameters modifyProduct1, object userState) {
     if ((this.modifyProductOperationCompleted == null)) {
         this.modifyProductOperationCompleted = new System.Threading.SendOrPostCallback(this.OnmodifyProductOperationCompleted);
     }
     this.InvokeAsync("modifyProduct", new object[] {
                 modifyProduct1}, this.modifyProductOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: cnunciato/cengage-dil
 /// <remarks/>
 public void modifyProductAsync(modifyProductParameters modifyProduct1) {
     this.modifyProductAsync(modifyProduct1, null);
 }