'Declaration
Public Overloads Sub WriteSample( _ ByVal metricData As Object, _ ByVal fallbackInstanceName As String _ )
public void WriteSample( object metricData, string fallbackInstanceName )
Parameters
- metricData
- A data object to sample, compatible with the binding type of this definition.
- fallbackInstanceName
- The instance name to fall back on if this definition does not specify an instance name binding (may be null).