For Babelfish Release 1.11.3.13

DefinitionAPIClientGetTargetCollectionDefinitionAsync Method

Makes a request to return an TARGET COLLECTION 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<TargetCollection>> GetTargetCollectionDefinitionAsync(
	SetName setName
)

Parameters

setName  SetName

Return Value

TaskGetDefinitionPublicResponseTargetCollection

Remarks

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

See Also