'Declaration
Public Function New( _ ByVal category As String, _ ByVal operationName As String, _ ByVal startMessage As String _ )
public OperationMetric( string category, string operationName, string startMessage )
Parameters
- category
- The category to use for the metric
- operationName
- The name of the operation for tracking purposes
- startMessage
- A trace message to add at the start of the operation.