For Babelfish Release 1.11.1.3

DefinitionFetcherGetScoreFormatCollectionDefinitionAsync Method

Makes a request to return an SCORE FORMAT 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.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public override Task<GetDefinitionPublicResponse<ScoreFormatCollection>> GetScoreFormatCollectionDefinitionAsync(
	SetName setName
)

Parameters

setName  SetName

Return Value

TaskGetDefinitionPublicResponseScoreFormatCollection

Remarks

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

Exceptions

See Also