SimpleMessageBus_ConcurrentDictionaryExtensions
Extension methods for theSyntax
Inheritance
Methods
Filter
Parameters
- metadata ConcurrentDictionary<string, object>: The metadata dictionary to filter.
Returns
ConcurrentDictionary<string, object> A new concurrent dictionary containing only the non-status entries.FilterAndCombine
Parameters
- metadata ConcurrentDictionary<string, object>: The metadata dictionary to filter and combine.
- payload Dictionary<string, object>: The payload dictionary to combine with the filtered metadata.