C# Class NServiceBus.Hosting.HostInformation

Mostra file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
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.

Method Details

HostInformation() public method

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.
return System

HostInformation() public method

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.
return System