Ejemplo n.º 1
0
 public AttachmentInformation[] GetAttachments(int start, Etag startEtag, int pageSize)
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.GetAttachmentsAsync(start, startEtag, pageSize)));
 }