DiagnosticTracerBase Methods |
The DiagnosticTracerBase type exposes the following members.
Name | Description | |
---|---|---|
Disable |
Unsubscribes the observer from a particular named diagnostic event.
| |
DisableBase |
Unsubscribes the observer from a particular named diagnostic event.
| |
Enable |
Subscribes the observer to a particular named diagnostic event.
| |
EnableAll |
Subscribes the observer to all Autofac events.
| |
EnableBase |
Subscribes the observer to a particular named diagnostic event.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEnabled |
Determines if this observer is enabled for listening to a specific
named event.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnMiddlewareFailure |
Handles the event raised when middleware encounters an error.
| |
OnMiddlewareStart |
Handles the event raised when middleware starts.
| |
OnMiddlewareSuccess |
Handles the event raised when middleware exits successfully.
| |
OnOperationFailure |
Handles the event raised when a resolve operation encounters an error.
| |
OnOperationStart |
Handles the event raised when a resolve operation starts.
| |
OnOperationSuccess |
Handles the event raised when a resolve operation completes successfully.
| |
OnRequestFailure |
Handles the event raised when a resolve request encounters an error.
| |
OnRequestStart |
Handles the event raised when a resolve request starts.
| |
OnRequestSuccess |
Handles the event raised when a resolve request completes successfully.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write |
Handles inbound events and converts the diagnostic data to a
strongly-typed object that can be handled by the other methods
in this observer.
|
Name | Description | |
---|---|---|
IObserverKeyValuePairString, ObjectOnCompleted | Notifies the observer that the provider has finished sending push-based notifications. | |
IObserverKeyValuePairString, ObjectOnError | Notifies the observer that the provider has experienced an error condition. | |
IObserverKeyValuePairString, ObjectOnNext | Provides the observer with new data. |