For Babelfish Release 1.12.4.4

DefinitionFetcherGetTargetDefinitionAsync 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.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public override 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()

Exceptions

See Also