'Declaration
Public Overloads Shared Sub Write( _ ByVal metricData As Object, _ ByVal fallbackInstanceName As String _ )
public static void Write( object metricData, string fallbackInstanceName )
Parameters
- metricData
- A user data object defining event metrics by attributes on itself or its interfaces or any inherited type.
- fallbackInstanceName
- The instance name to fall back on if a given definition does not specify an instance name binding (may be null).