메소드 | 설명 | |
---|---|---|
Add ( NServiceBus.Config.MessageEndpointMapping mapping ) : void |
Calls BaseAdd.
|
|
Clear ( ) : void |
Calls BaseClear.
|
|
IndexOf ( NServiceBus.Config.MessageEndpointMapping mapping ) : int |
Calls BaseIndexOf on the given mapping.
|
|
IsReadOnly ( ) : bool |
True if the collection is readonly.
|
|
Remove ( NServiceBus.Config.MessageEndpointMapping mapping ) : void |
If the mapping exists, calls BaseRemove on it.
|
|
Remove ( string name ) : void |
Calls BaseRemove.
|
|
RemoveAt ( int index ) : void |
Calls BaseRemoveAt.
|
|
this ( int index ) : NServiceBus.Config.MessageEndpointMapping |
Gets/sets the MessageEndpointMapping at the given index.
|
|
this ( string Name ) : NServiceBus.Config.MessageEndpointMapping |
Gets the MessageEndpointMapping for the given name.
|
메소드 | 설명 | |
---|---|---|
BaseAdd ( |
Calls BaseAdd with true as the additional parameter.
|
|
CreateNewElement ( ) : |
Creates a new MessageEndpointMapping.
|
|
CreateNewElement ( string elementName ) : |
Creates a new MessageEndpointMapping, setting its Message property to the given name.
|
|
GetElementKey ( |
Returns the Messages property of the given MessageEndpointMapping element.
|
메소드 | 설명 | |
---|---|---|
Apply ( Publishers publishers, UnicastRoutingTable unicastRoutingTable, string>.Func |
||
GetBaseTypes ( |
||
RegisterEventRoute ( |
||
RegisterMessageRoute ( |
public Add ( NServiceBus.Config.MessageEndpointMapping mapping ) : void | ||
mapping | NServiceBus.Config.MessageEndpointMapping | |
리턴 | void |
protected BaseAdd ( |
||
element | ||
리턴 | void |
protected CreateNewElement ( ) : |
||
리턴 |
protected CreateNewElement ( string elementName ) : |
||
elementName | string | |
리턴 |
protected GetElementKey ( |
||
element | ||
리턴 | object |
public IndexOf ( NServiceBus.Config.MessageEndpointMapping mapping ) : int | ||
mapping | NServiceBus.Config.MessageEndpointMapping | |
리턴 | int |
public Remove ( NServiceBus.Config.MessageEndpointMapping mapping ) : void | ||
mapping | NServiceBus.Config.MessageEndpointMapping | |
리턴 | void |
public this ( int index ) : NServiceBus.Config.MessageEndpointMapping | ||
index | int | |
리턴 | NServiceBus.Config.MessageEndpointMapping |
public this ( string Name ) : NServiceBus.Config.MessageEndpointMapping | ||
Name | string | |
리턴 | NServiceBus.Config.MessageEndpointMapping |