'Declaration
Public Overloads Shared Sub Write( _ ByVal metricData As Object, _ ByVal fallbackInstanceName As String _ )
public static void Write( object metricData, string fallbackInstanceName )
Parameters
- metricData
- The object to retrieve both metric values and definition from
- fallbackInstanceName
- The instance name to fall back on if a definition does not specify an instance name binding (may be null).