Beispiel #1
0
 public IEnumerator <RavenJObject> StreamDocs(Etag fromEtag = null, string startsWith = null, string matches = null, int start = 0, int pageSize = int.MaxValue, string exclude = null, RavenPagingInformation pagingInformation = null, string skipAfter = null, string transformer = null, Dictionary <string, RavenJToken> transformerParameters = null)
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.StreamDocsAsyncWithSyncEnumerator(fromEtag, startsWith, matches, start, pageSize, exclude, pagingInformation, skipAfter, transformer, transformerParameters)));
 }