Click or drag to resize

NearCacheConfigReadOnlySetInvalidateOnChange Method

Not supported function in readonly config, throws

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public override NearCacheConfig SetInvalidateOnChange(
	bool invalidateOnChange
)

Parameters

invalidateOnChange
Type: SystemBoolean

Return Value

Type: NearCacheConfig
Exceptions
ExceptionCondition
NotSupportedException
See Also