OperationTrace

Data object to store captured operation traces.

Description

The OperationTrace class allows you to create a data object used to store captured operation traces.

Important points

Fields

Time

Time when operation was executed

public Time: DateTime

Source

Source (context name)

public Source: string

component

Name of the component

public Component: string

Operation

Name of the executed operation

public Operation: string

CorrelationId

Transaction id used to trace execution through the call chain.

public CorrelationId: string

Duration

Duration of the operation in milliseconds

public Duration: long

Error

Description of the captured error.
See also ErrorDescription, ApplicationException

public Error: ErrorDescription