Exemple #1
0
 public ValueTask <int> GetSessionCountAsync()
 {
     return(new ValueTask <int>(_syncSessionContainer.GetSessionCount()));
 }