DefinitionCacheTryGetRankingRuleDefinition Method
Tries and returns the RANKING RULE requested, if it has already been loaded into the cache.
Returns false, if it has not been loaded yet. Then tries and reads or downloads it in the background. Which means
the definition may be avalaible at a latter time (once the getting is successful).
Namespace: Scopos.BabelFish.APIClientsAssembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
public static bool TryGetRankingRuleDefinition(
SetName setName,
out RankingRule def
)
- setName SetName
- def RankingRule
-
Boolean