For Babelfish Release 1.11.1.3

DefinitionCacheTryGetEventAndStageStyleMappingDefinition Method

Tries and returns the EVENT AND STAGE STYLE MAPPING 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).

Definition

Namespace: Scopos.BabelFish.APIClients
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public static bool TryGetEventAndStageStyleMappingDefinition(
	SetName setName,
	out EventAndStageStyleMapping def
)

Parameters

setName  SetName
def  EventAndStageStyleMapping
 

Return Value

Boolean

See Also