TechTalk Genome v4.2

TimeoutInvalidation Constructor 

Initializes a new TimeoutInvalidation instance with the specified timeout.

public TimeoutInvalidation(
   TimeSpan timeout
);

Parameters

timeout
The TimeSpan in which the item is valid after it has been retreived from the database.

Remarks

Items are invalidated if the time since their database retrieval is longer than the specified timeout.

Requirements

Namespace: TechTalk.Genome

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation

See Also

TimeoutInvalidation Class | TechTalk.Genome Namespace