Miner.Responder.Framework Assembly > Miner.Responder.Framework Namespace > IsolatedCache<T> Class > Set Method : Set(Guid,T,TimeSpan,CacheEntryRemovedCallback) Method |
'Declaration Public Overloads Sub Set( _ ByVal key As System.Guid, _ ByVal value As T, _ ByVal slidingExpiration As System.TimeSpan, _ ByVal callback As System.Runtime.Caching.CacheEntryRemovedCallback _ )
'Usage Dim instance As IsolatedCache(Of T) Dim key As System.Guid Dim value As T Dim slidingExpiration As System.TimeSpan Dim callback As System.Runtime.Caching.CacheEntryRemovedCallback instance.Set(key, value, slidingExpiration, callback)
public void Set( System.Guid key, T value, System.TimeSpan slidingExpiration, System.Runtime.Caching.CacheEntryRemovedCallback callback )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.