ITelemetryScope Interface
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.
Represents a telemetry scope.
public interface class ITelemetryScope : IDisposable, Microsoft::VisualStudio::ArchitectureTools::Telemetry::ITelemetryService
public interface ITelemetryScope : IDisposable, Microsoft.VisualStudio.ArchitectureTools.Telemetry.ITelemetryService
type ITelemetryScope = interface
interface ITelemetryService
interface IDisposable
Public Interface ITelemetryScope
Implements IDisposable, ITelemetryService
- Derived
- Implements
Correlation |
Correlation information for nested scopes. |
End |
The end event for this scope. |
Parent |
The immediate parent scope. |
Result |
The result for thois scope. |
Root |
The root parent scope. |
Post |
Reports a single fault event (Inherited from ITelemetryService) |
Post |
Post a single operation event (Inherited from ITelemetryService) |
Post |
Post a single user task event (Inherited from ITelemetryService) |
Start |
Start tracking user task by posting a OperationEvent at the beginning of user task work, and then return a TelemetryScope<T> object. When the user task finishes, call method Dispose() to post another OperationEvent for end point. Because the same event name is used by both start and end events, please don't use Start or End in event name. (Inherited from ITelemetryService) |
Start |
Start tracking user task by posting a UserTaskEvent at the beginning of user task work, and then return a TelemetryScope<T> object. When the user task finishes, call method Dispose() to post another UserTaskEvent for end point. Because the same event name is used by both start and end events, please don't use Start or End in event name. (Inherited from ITelemetryService) |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2019, 2022 |