Table of Contents

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

string

AssemblyVersion

The assembly version

string? AssemblyVersion { get; }

Property Value

string

FrameworkVersion

The .NET framework version

string? FrameworkVersion { get; }

Property Value

string

MachineName

The machine name (or role instance name) of the local machine

string? MachineName { get; }

Property Value

string

MassTransitVersion

The version of MassTransit used by the process

string? MassTransitVersion { get; }

Property Value

string

OperatingSystemVersion

The operating system version hosting the application

string? OperatingSystemVersion { get; }

Property Value

string

ProcessId

The processId of the hosting process

int ProcessId { get; }

Property Value

int

ProcessName

The process name hosting the routing slip activity

string? ProcessName { get; }

Property Value

string