コード例 #1
0
 /// <remarks/>
 public void UpdateItemAsync(UpdateItemRequest UpdateItemRequest, object userState) {
     if ((this.UpdateItemOperationCompleted == null)) {
         this.UpdateItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateItemOperationCompleted);
     }
     this.InvokeAsync("UpdateItem", new object[] {
                 UpdateItemRequest}, this.UpdateItemOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void UpdateItemAsync(UpdateItemRequest UpdateItemRequest) {
     this.UpdateItemAsync(UpdateItemRequest, null);
 }