Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
NServiceBus
Routing
MessageDrivenSubscriptions
PublisherTableEntry
C# Class NServiceBus.Routing.MessageDrivenSubscriptions.PublisherTableEntry
Represents an entry in a publisher table.
Mostra file
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