public static void SendCommand(System.Diagnostics.Tracing.EventSource eventSource, System.Diagnostics.Tracing.EventCommand command, System.Collections.Generic.IDictionary <string, string> commandArguments)
 {
 }
Beispiel #2
0
 protected sealed override void OnEventSourceCreated(System.Diagnostics.Tracing.EventSource eventSource)
 {
 }
 public static int EventSourceIndex(System.Diagnostics.Tracing.EventSource eventSource)
 {
     return(default(int));
 }
 protected internal virtual void OnEventSourceCreated(System.Diagnostics.Tracing.EventSource eventSource)
 {
 }
 public void EnableEvents(System.Diagnostics.Tracing.EventSource eventSource, System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords matchAnyKeyword)
 {
 }
 public void EnableEvents(System.Diagnostics.Tracing.EventSource eventSource, System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords matchAnyKeyword, System.Collections.Generic.IDictionary <string, string> arguments)
 {
 }
 public void DisableEvents(System.Diagnostics.Tracing.EventSource eventSource)
 {
 }
 public void EnableEvents(System.Diagnostics.Tracing.EventSource eventSource, System.Diagnostics.Tracing.EventLevel level)
 {
 }
 public EventCounter(string name, System.Diagnostics.Tracing.EventSource eventSource)
 {
 }
 protected static int EventSourceIndex(System.Diagnostics.Tracing.EventSource eventSource)
 {
     throw null;
 }
 protected void CollectFrom(System.Diagnostics.Tracing.EventSource eventSource)
 {
 }
Beispiel #12
0
 public IncrementingPollingCounter(string name, System.Diagnostics.Tracing.EventSource eventSource, Func <double> totalValueProvider) : base(name, eventSource)
 {
 }
Beispiel #13
0
 public IncrementingEventCounter(string name, System.Diagnostics.Tracing.EventSource eventSource) : base(name, eventSource)
 {
 }
Beispiel #14
0
 public PollingCounter(string name, System.Diagnostics.Tracing.EventSource eventSource, Func <double> metricProvider) : base(name, eventSource)
 {
 }
 internal DiagnosticCounter(string name, System.Diagnostics.Tracing.EventSource eventSource)
 {
 }