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
IContext
Transaction id used to trace execution through the call chain.
public IContext: string
Duration
Duration of the operation in milliseconds
public Duration: long
ErrorDescription
Description of the captured error.
See also ErrorDescription, ApplicationException
public ErrorDescription: ErrorDescription