For Babelfish Release 1.12.3.10

DefinitionAPIClientGetEventStyleDefinitionAsync Method

Makes a request to return an EVENT STYLE Definition given its SetName. Will try and use local file system cache and memory cache.

Definition

Namespace: Scopos.BabelFish.APIClients
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public virtual Task<GetDefinitionPublicResponse<EventStyle>> GetEventStyleDefinitionAsync(
	SetName setName
)

Parameters

setName  SetName

Return Value

TaskGetDefinitionPublicResponseEventStyle

Remarks

It is generally best NOT to use this method directly. Instead, use DefinitionCache.GetEventStyleDefinitionAsync()

See Also