Interface HostInfo
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
The host where an event or otherwise was produced a routing slip
public interface HostInfo
Properties
Assembly
The assembly where the exception occurred
string? Assembly { get; }
Property Value
AssemblyVersion
The assembly version
string? AssemblyVersion { get; }
Property Value
FrameworkVersion
The .NET framework version
string? FrameworkVersion { get; }
Property Value
MachineName
The machine name (or role instance name) of the local machine
string? MachineName { get; }
Property Value
MassTransitVersion
The version of MassTransit used by the process
string? MassTransitVersion { get; }
Property Value
OperatingSystemVersion
The operating system version hosting the application
string? OperatingSystemVersion { get; }
Property Value
ProcessId
The processId of the hosting process
int ProcessId { get; }
Property Value
ProcessName
The process name hosting the routing slip activity
string? ProcessName { get; }