Exemplo n.º 1
0
 private void Complete(SynchronizeWacAttachmentResult result)
 {
     if (this.timer != null)
     {
         this.timer.Dispose();
     }
     this.asyncResult.Data = new SynchronizeWacAttachmentResponse(result);
     this.asyncResult.Complete(this);
 }
 // Token: 0x06002251 RID: 8785 RVA: 0x0007EE38 File Offset: 0x0007D038
 public SynchronizeWacAttachmentResponse(SynchronizeWacAttachmentResult result)
 {
     this.result = result;
 }