Method GetInboxHandlers
GetInboxHandlers(string)
Returns inbox handler registrations for a specific channel.
public IReadOnlyList<ChannelHandlerRegistration> GetInboxHandlers(string channelName)
Parameters
channelNamestring
Returns
GetInboxHandlers(string, Type)
Returns inbox handler registrations for a specific channel and message type.
public IReadOnlyList<ChannelHandlerRegistration> GetInboxHandlers(string channelName, Type messageType)