Beispiel #1
0
 public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTimeStamp)
 {
     throw null;
 }
 /// <include file='InterfaceDocumentationComments.xml' path='doc/members/member[@name="M:FrameworkAbstraction.ICounterCreationDataFactory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterType)"]/*'/>
 public ICounterCreationData Create(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType)
 {
     return(new CounterCreationData(counterName, counterHelp, counterType));
 }
Beispiel #3
0
 public CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType)
 {
 }
 public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTimeStamp)
 {
     throw new System.NotImplementedException();
 }