コード例 #1
0
ファイル: Reference.cs プロジェクト: zhsh1241/Sconit5_Shenya
 /// <remarks/>
 public void CreateAttachmentAsync(CreateAttachmentType CreateAttachment1, object userState) {
     if ((this.CreateAttachmentOperationCompleted == null)) {
         this.CreateAttachmentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateAttachmentOperationCompleted);
     }
     this.InvokeAsync("CreateAttachment", new object[] {
                 CreateAttachment1}, this.CreateAttachmentOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: zhsh1241/Sconit5_Shenya
 /// <remarks/>
 public void CreateAttachmentAsync(CreateAttachmentType CreateAttachment1) {
     this.CreateAttachmentAsync(CreateAttachment1, null);
 }