Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
NServiceBus
Routing
RouteTableEntry
C# Class NServiceBus.Routing.RouteTableEntry
Represents an entry in a routing table.
ファイルを表示
Open project: Particular/NServiceBus
Public Methods
Method
Description
RouteTableEntry
(
Type
messageType
,
UnicastRoute
route
) :
System
Creates a new entry.
Method Details
RouteTableEntry()
public
method
Creates a new entry.
public
RouteTableEntry
(
Type
messageType
,
UnicastRoute
route
) :
System
messageType
System.Type
route
UnicastRoute
return
System