'Declaration
Public Function New( _ ByVal category As String, _ ByVal operationName As String, _ ByVal startMessage As String, _ ByVal endMessage As String _ )
public OperationMetric( string category, string operationName, string startMessage, string endMessage )
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.
- endMessage
- A trace message to add at the end of the operation.