예제 #1
0
 /// <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
 /// <remarks/>
 public void UpdateItemAsync(UpdateItemType UpdateItem1) {
     this.UpdateItemAsync(UpdateItem1, null);
 }