Property | Type | Description | |
---|---|---|---|
Anterooms | ChannelAnteroom>.Dictionary | ||
Connections | QueueConnectionParameters>.Dictionary | ||
MChannelsList | List |
||
MessageChannels | int>.Dictionary | ||
MessageTypes | int>.Dictionary |
Method | Description | |
---|---|---|
AddConnection ( |
||
AddMessageChannel ( |
||
AssignMessageTypeToChannel ( string channelName, |
assume now for one message type we have only one channel
|
|
GetAnteroom ( string name ) : TaskBroker.ChannelAnteroom | ||
GetAnteroomByMessage ( string mtName ) : TaskBroker.ChannelAnteroom | ||
GetChannelForMessage ( string mtName ) : |
||
GetInstanceByName ( string name ) : |
||
GetStatistics ( bool input = false ) : IEnumerable |
||
MessageTypeClassificator ( ) : System |
public AddConnection ( |
||
conParameters | ||
return | void |
public AddMessageChannel ( |
||
mc | ||
return | void |
public AssignMessageTypeToChannel ( string channelName, |
||
channelName | string | |
m | ||
moduleName | string | For exception information if occured model conflicts |
return | void |
public GetAnteroom ( string name ) : TaskBroker.ChannelAnteroom | ||
name | string | |
return | TaskBroker.ChannelAnteroom |
public GetAnteroomByMessage ( string mtName ) : TaskBroker.ChannelAnteroom | ||
mtName | string | |
return | TaskBroker.ChannelAnteroom |
public GetChannelForMessage ( string mtName ) : |
||
mtName | string | |
return |
public GetInstanceByName ( string name ) : |
||
name | string | |
return |
public GetStatistics ( bool input = false ) : IEnumerable |
||
input | bool | |
return | IEnumerable |
public Dictionary |
||
return | QueueConnectionParameters>.Dictionary |