For Babelfish Release 1.11.3.13

DefinitionAPIClientGetTargetDefinitionAsync Method

Makes a request to return an TARGET 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.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public virtual Task<GetDefinitionPublicResponse<Target>> GetTargetDefinitionAsync(
	SetName setName
)

Parameters

setName  SetName

Return Value

TaskGetDefinitionPublicResponseTarget

Remarks

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

See Also