Пример #1
0
 public IEnumerable <Attachment> GetAttachmentHeadersStartingWith(string idPrefix, int start, int pageSize)
 {
     return(asyncServerClient.GetSyncAttachmentHeadersStartingWithAsyncSyncEnumerable(idPrefix, start, pageSize).Result);
 }