Interface ActivityLog
- Namespace
- MassTransit.Courier.Contracts
- Assembly
- MassTransit.Abstractions.dll
Message contract for storing activity log data
public interface ActivityLog
Properties
Duration
The duration of the activity execution
TimeSpan Duration { get; }
Property Value
ExecutionId
The tracking number for completion of the activity
Guid ExecutionId { get; }
Property Value
Host
The host that executed the activity
HostInfo Host { get; }
Property Value
Name
The name of the activity that was completed
string Name { get; }
Property Value
Timestamp
The timestamp when the activity started
DateTime Timestamp { get; }