コード例 #1
0
 public long GetRollingCount(HystrixEventType eventType)
 {
     return(_rollingCommandEventCounterStream.GetLatest(eventType));
 }