OperationContext Class

Definition

Encapsulates information about a user session.

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
Inheritance
OperationContext
Implements

Properties

Id

Gets or sets the application-defined operation ID.

Name

Gets or sets the application-defined operation NAME.

SyntheticSource

Gets or sets the application-defined operation SyntheticSource.

Explicit Interface Implementations

IJsonSerializable.Serialize(IJsonWriter)

Applies to