ActivitySource 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.
Provides APIs to create and start Activity objects and to register ActivityListener objects to listen to the Activity events.
public ref class ActivitySource sealed : IDisposable
public sealed class ActivitySource : IDisposable
type ActivitySource = class
interface IDisposable
Public NotInheritable Class ActivitySource
Implements IDisposable
- Inheritance
-
ActivitySource
- Implements
Constructors
ActivitySource(String, String, IEnumerable<KeyValuePair<String,Object>>) | |
ActivitySource(String, String) |
Constructs an activity source object with the specified |
ActivitySource(String) |
Properties
Name |
Returns the activity source name. |
Tags | |
Version |
Returns the activity source version. |
Methods
AddActivityListener(ActivityListener) |
Adds a listener to the activity starting and stopping events. |
CreateActivity(String, ActivityKind, ActivityContext, IEnumerable<KeyValuePair<String,Object>>, IEnumerable<ActivityLink>, ActivityIdFormat) |
Creates a new Activity object if there is any listener to the Activity, returns |
CreateActivity(String, ActivityKind, String, IEnumerable<KeyValuePair<String,Object>>, IEnumerable<ActivityLink>, ActivityIdFormat) |
Creates a new Activity object if there is any listener to the Activity, returns |
CreateActivity(String, ActivityKind) |
Creates a new Activity object if there is any listener to the Activity, returns |
Dispose() |
Disposes the activity source object, removes the current instance from the global list, and empties the listeners list. |
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) |
HasListeners() |
Checks if there are any listeners for this activity source. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
StartActivity(ActivityKind, ActivityContext, IEnumerable<KeyValuePair<String,Object>>, IEnumerable<ActivityLink>, DateTimeOffset, String) |
Creates and starts a new Activity object if there is any listener to the Activity events, returns |
StartActivity(String, ActivityKind, ActivityContext, IEnumerable<KeyValuePair<String,Object>>, IEnumerable<ActivityLink>, DateTimeOffset) |
Creates and starts a new activity if there are active listeners for it, using the specified name, activity kind, parent activity context, tags, optional activity link and optional start time. |
StartActivity(String, ActivityKind, String, IEnumerable<KeyValuePair<String,Object>>, IEnumerable<ActivityLink>, DateTimeOffset) |
Creates and starts a new activity if there are active listeners for it, using the specified name, activity kind, parent Id, tags, optional activity links and optional start time. |
StartActivity(String, ActivityKind) |
Creates and starts a new activity if there are active listeners for it, using the specified name and activity kind. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |