C# Class NServiceBus.Routing.MessageDrivenSubscriptions.PublisherTableEntry

Represents an entry in a publisher table.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
PublisherTableEntry ( Type eventType, PublisherAddress address ) : System

Creates a new entry.

Method Details

PublisherTableEntry() public méthode

Creates a new entry.
public PublisherTableEntry ( Type eventType, PublisherAddress address ) : System
eventType System.Type
address PublisherAddress
Résultat System