Returns the best match for an item name out of a list of configuration patterns.
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax
Parameters
- configPatterns
- Type: System.Collections.GenericIEnumerableString
list of configuration patterns - itemName
- Type: SystemString
item name to match
Return Value
Type: Stringa key of configPatterns which matches the item name or null if nothing matches
Exceptions
Exception | Condition |
---|---|
ConfigurationException | if ambiguous configurations are found |
ConfigurationException |
See Also