IOperationHolder<T> Interface

Definition

Represents the operation item that holds telemetry which is tracked on end request. Operation can be associated with either WEB or SQL dependencies.

public interface IOperationHolder<T> : IDisposable
type IOperationHolder<'T> = interface
    interface IDisposable
Public Interface IOperationHolder(Of T)
Implements IDisposable

Type Parameters

T
Implements

Properties

Telemetry

Gets Telemetry item of interest that is created when StartOperation function of ClientExtensions is invoked.

Applies to