Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MeasurementCallback.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
System.Diagnostics.Metrics
;
4
5
public
delegate
void
MeasurementCallback<T>
(
Instrument
instrument
, T measurement,
ReadOnlySpan
<
KeyValuePair<string, object?>
> tags,
object
?
state
)
where
T
:
struct
;
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Diagnostics.Metrics.Instrument
Definition
Instrument.cs:119
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Diagnostics.Metrics.MeasurementCallback< T >
delegate void MeasurementCallback< T >(Instrument instrument, T measurement, ReadOnlySpan< KeyValuePair< string, object?> > tags, object? state)
System.Diagnostics.Metrics
Definition
AggregationManager.cs:6
System.ExceptionArgument.state
@ state
System.ConsoleKey.T
@ T
System.ReadOnlySpan
Definition
ReadOnlySpan.cs:14
source
System.Diagnostics.DiagnosticSource
System.Diagnostics.Metrics
MeasurementCallback.cs
Generated by
1.10.0