OperationContext Class

Definition

Encapsulates information about an operation. Operation normally reflects an end to end scenario that starts from a user action (e.g. button click).

public sealed class OperationContext
type OperationContext = class
Public NotInheritable Class OperationContext
Inheritance
OperationContext

Properties

Id

Gets or sets the application-defined operation ID for the topmost operation.

Name

Gets or sets the application-defined topmost operation's name.

ParentId

Gets or sets the parent operation ID.

SyntheticSource

Gets or sets the application-defined operation SyntheticSource.

Applies to