Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Constructor that passes the reference of the parent object.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public BackCacheListener(
	CompositeCache parent
)

Parameters

parent
Type: Tangosol.Net.Cache..::.CompositeCache
The reference to the instatnce of the parent class.

See Also