Exemple #1
0
 public T GetCounterMetadataValue <T> (string counterName, string propertyName)
 {
     return(session.GetCounterMetadataValue <T> (counterName, propertyName));
 }