예제 #1
0
 protected ScanResult Wait(Task <ScanResult> pending)
 {
     return(redis.Wait(pending));
 }
예제 #2
0
 protected ScanResult Wait(Task <ScanResult> pending) => redis.Wait(pending);