| DefaultDiagnosticTracerOnOperationSuccess Method  | 
 
            Handles the event raised when a resolve operation completes successfully.
            
 
    Namespace: 
   Autofac.Diagnostics
    Assembly:
   Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
 Syntax
Syntaxprotected override void OnOperationSuccess(
	OperationSuccessDiagnosticData data
)
Protected Overrides Sub OnOperationSuccess ( 
	data As OperationSuccessDiagnosticData
)
Parameters
- data
- Type: Autofac.DiagnosticsOperationSuccessDiagnosticData
 Diagnostic data associated with the event.
 Remarks
Remarks
            Derived classes can override this method and perform actions based
            on the event. By default, the base class does nothing.
            
 See Also
See Also