C# 클래스 NServiceBus.Routing.MessageDrivenSubscriptions.Publishers

Manages the information about publishers.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
AddOrReplacePublishers ( string sourceKey, IList entries ) : void

Adds or replaces a set of publisher registrations. The registration set is identified . If the method is called the first time with a given , the registrations are added. If the method is called with the same multiple times, the publishers registered previously under this key are replaced.

비공개 메소드들

메소드 설명
GetPublisherFor ( Type eventType ) : IEnumerable

메소드 상세

AddOrReplacePublishers() 공개 메소드

Adds or replaces a set of publisher registrations. The registration set is identified . If the method is called the first time with a given , the registrations are added. If the method is called with the same multiple times, the publishers registered previously under this key are replaced.
public AddOrReplacePublishers ( string sourceKey, IList entries ) : void
sourceKey string Key for this registration source.
entries IList Entries.
리턴 void