Click or drag to resize

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
)

Parameters

key
Type: SystemString
oldValue
Type: SystemObject
See Also