DataCacheResetObjectTimeout Method (String, TimeSpan, String)Windows Server AppFabric Caching Compatibility Library

Note: This API is now obsolete.

This method is not supported by this implementation.

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

[ObsoleteAttribute("The ResetObjectTimeout method is not supported by this implementation.", 
	true)]
public void ResetObjectTimeout(
	string key,
	TimeSpan newTimeout,
	string region
)

Parameters

key
Type: SystemString
Object key.
newTimeout
Type: SystemTimeSpan
New object's timeout value.
region
Type: SystemString
The region name where object is located.
See Also

Reference