コード例 #1
0
ファイル: Reference.cs プロジェクト: zhsh1241/Sconit5_Shenya
 /// <remarks/>
 public void UpdateItemAsync(UpdateItemType UpdateItem1, object userState) {
     if ((this.UpdateItemOperationCompleted == null)) {
         this.UpdateItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateItemOperationCompleted);
     }
     this.InvokeAsync("UpdateItem", new object[] {
                 UpdateItem1}, this.UpdateItemOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: zhsh1241/Sconit5_Shenya
 /// <remarks/>
 public void UpdateItemAsync(UpdateItemType UpdateItem1) {
     this.UpdateItemAsync(UpdateItem1, null);
 }