Example #1
0
 /// <remarks/>
 public void updateTagAsync(UpdateTagRequest updateTagRequest, object userState) {
     if ((this.updateTagOperationCompleted == null)) {
         this.updateTagOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateTagOperationCompleted);
     }
     this.InvokeAsync("updateTag", new object[] {
                 updateTagRequest}, this.updateTagOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void updateTagAsync(UpdateTagRequest updateTagRequest) {
     this.updateTagAsync(updateTagRequest, null);
 }