Ejemplo n.º 1
0
 protected async Task <int> GetLockedCount()
 {
     using (await mutex.AquireAsync())
         return(Count);
 }