OperationContext 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.
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) |