TimeoutCache<Tkey,Tval>.Add(Tkey, Tuple<Tval,DateTime>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool Add(Tkey key, Tuple<Tval, DateTime> ^ val);
public bool Add (Tkey key, Tuple<Tval,DateTime> val);
member this.Add : 'key * 'val * DateTime -> bool
Public Function Add (key As Tkey, val As Tuple(Of Tval, DateTime)) As Boolean
Parameters
- key
- Tkey