| CacheNotificationCacheNotificationArgs Constructor (String, Object) |
Namespace:
Dynamicweb.Caching.Notifications
Assembly:
Dynamicweb.Caching (in Dynamicweb.Caching.dll) Version: 3.0.6
Syntax public CacheNotificationArgs(
string key,
Object oldValue
)
Public Sub New (
key As String,
oldValue As Object
)
Parameters
- key
- Type: SystemString
- oldValue
- Type: SystemObject
See Also