For Babelfish Release 1.11.1.3

GetMatchParticipantListAbstractResponseGetCacheValueExpiryTime Method

Returns the time that the response object is considered out of date and should not longer be used in a cached response. To enable cache for a API call two things needs to happen. First the concrete APIClient needs to enabled caching response by setting .IgnoreLocalCache to false. Second, each request object must enable it by overridding GetCacheValueExpiryTime to a value in the future.

Definition

Namespace: Scopos.BabelFish.Responses.OrionMatchAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
protected override DateTime GetCacheValueExpiryTime()

Return Value

DateTime

See Also