DotDiagnosticTracerOnOperationStart Method |
Handles the event raised when a resolve operation starts.
Namespace:
Autofac.Diagnostics.DotGraph
Assembly:
Autofac.Diagnostics.DotGraph (in Autofac.Diagnostics.DotGraph.dll) Version: 1.0.0+77b148c9ae088c358a46e9a807583e2d45d96e9b
Syntax protected override void OnOperationStart(
OperationStartDiagnosticData data
)
Protected Overrides Sub OnOperationStart (
data As OperationStartDiagnosticData
)
Parameters
- data
- Type: Autofac.DiagnosticsOperationStartDiagnosticData
Diagnostic data associated with the event.
Remarks
Derived classes can override this method and perform actions based
on the event. By default, the base class does nothing.
See Also