C# Class NServiceBus.Routing.MessageDrivenSubscriptions.PublisherTableEntry

Represents an entry in a publisher table.
Exibir arquivo Open project: Particular/NServiceBus

Public Methods

Method Description
PublisherTableEntry ( Type eventType, PublisherAddress address ) : System

Creates a new entry.

Method Details

PublisherTableEntry() public method

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