예제 #1
0
 public IRecord Peek()
 {
     return(_executor.RunSync(() => _cursor.PeekAsync()));
 }