OperationContext 类

定义

封装有关用户会话的信息。

public ref class OperationContext sealed : Microsoft::VisualStudio::ApplicationInsights::DataContracts::IJsonSerializable
public sealed class OperationContext : Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonSerializable
type OperationContext = class
    interface IJsonSerializable
Public NotInheritable Class OperationContext
Implements IJsonSerializable
继承
OperationContext
实现

属性

Id

获取或设置应用程序定义的操作 ID。

Name

获取或设置应用程序定义的操作名称。

SyntheticSource

获取或设置应用程序定义的操作 SyntheticSource。

显式接口实现

IJsonSerializable.Serialize(IJsonWriter)

适用于