DataCacheOperationDescriptor Constructor Windows Server AppFabric Caching Compatibility Library
Public constructor.

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

public DataCacheOperationDescriptor(
	string cacheName,
	string regionName,
	string key,
	DataCacheOperations opType,
	DataCacheItemVersion version
)

Parameters

cacheName
Type: SystemString
The name of the cache.
regionName
Type: SystemString
The region name.
key
Type: SystemString
The object key.
opType
Type: Soss.Compat.WSAFDataCacheOperations
The object or region related event type.
version
Type: Soss.Compat.WSAFDataCacheItemVersion
Object version.
See Also

Reference