C# 클래스 NServiceBus.Hosting.HostInformation

파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
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