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