コード例 #1
0
ファイル: Reference.cs プロジェクト: ZhouAnPing/Mail
 /// <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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ZhouAnPing/Mail
 /// <remarks/>
 public void createTagAsync(CreateTagRequest createTagRequest) {
     this.createTagAsync(createTagRequest, null);
 }