C# Класс NServiceBus.Hosting.HostInformation

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HostInformation ( System.Guid hostId, string displayName ) : System

Creates a new instance.

HostInformation ( System.Guid hostId, string displayName, string>.Dictionary properties ) : System

Creates a new instance.

Описание методов

HostInformation() публичный Метод

Creates a new instance.
public HostInformation ( System.Guid hostId, string displayName ) : System
hostId System.Guid The id of the host.
displayName string The display name of the host.
Результат System

HostInformation() публичный Метод

Creates a new instance.
public HostInformation ( System.Guid hostId, string displayName, string>.Dictionary properties ) : System
hostId System.Guid The id of the host.
displayName string The display name of the host.
properties string>.Dictionary A set of properties for the host. This might vary from host to host.
Результат System