你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IOperationHolder<T> 接口

定义

表示保存在结束请求中跟踪的遥测的操作项。 操作可以与 WEB 或 SQL 依赖项相关联。

public interface IOperationHolder<T> : IDisposable
type IOperationHolder<'T> = interface
    interface IDisposable
Public Interface IOperationHolder(Of T)
Implements IDisposable

类型参数

T
实现

属性

Telemetry

获取在调用 ClientExtensions 的 StartOperation 函数时创建的兴趣遥测项。

适用于