Example #1
0
 /// <remarks/>
 public void createTagAsync(CreateTagRequest createTagRequest, object userState) {
     if ((this.createTagOperationCompleted == null)) {
         this.createTagOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateTagOperationCompleted);
     }
     this.InvokeAsync("createTag", new object[] {
                 createTagRequest}, this.createTagOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void createTagAsync(CreateTagRequest createTagRequest) {
     this.createTagAsync(createTagRequest, null);
 }