Interface ITelemetryActivityEventBuilder
Namespace: Volo.Abp.Internal.Telemetry.Activity.Contracts
Assembly: Volo.Abp.Core.dll
Syntax
public interface ITelemetryActivityEventBuilder
Methods
BuildAsync(ActivityContext)
Declaration
Task<ActivityEvent?> BuildAsync(ActivityContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ActivityContext | context |
Returns
| Type | Description |
|---|---|
| Task<ActivityEvent> |