ActivityListener Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows listening to the start and stop activity events and gives the opportunity to decide creating an activity for sampling scenarios.
public ref class ActivityListener sealed : IDisposable
public sealed class ActivityListener : IDisposable
type ActivityListener = class
interface IDisposable
Public NotInheritable Class ActivityListener
Implements IDisposable
- Inheritance
-
ActivityListener
- Implements
Constructors
ActivityListener() |
Construct a new activity listener object to start listeneing to the activity events. |
Properties
ActivityStarted |
Gets or sets the callback used to listen to the activity start event. |
ActivityStopped |
Gets or sets the callback used to listen to the activity stop event. |
ExceptionRecorder | |
Sample |
Gets or sets the callback that is used to decide if creating Activity objects with a specific data state is allowed. |
SampleUsingParentId |
Gets or sets the callback that is used to decide if creating Activity objects with a specific data state is allowed. |
ShouldListenTo |
Gets or sets the callback that allows deciding if activity object events that were created using the activity source object should be listened or not. |
Methods
Dispose() |
Unregisters this activity listener object from listening to activity events. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |