コード例 #1
0
 /// <inheritdoc/>
 public Task <RiakResult <RiakStreamedIndexResult> > StreamGetSecondaryIndex(RiakIndexId index, BigInteger value, RiakIndexGetOptions options = null)
 {
     return(Task.Factory.StartNew(() => client.StreamGetSecondaryIndex(index, value, options)));
 }