Click or drag to resize

NearCacheConfigSetName Method

Sets the name of the Near Cache.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public virtual NearCacheConfig SetName(
	string name
)

Parameters

name
Type: SystemString
the name of the Near Cache

Return Value

Type: NearCacheConfig
this Near Cache config instance
See Also