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