Click or drag to resize

NearCacheConfigReadOnly.SetName Method

Not supported function in readonly config, throws

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

Parameters

name
Type: System.String

Return Value

Type: NearCacheConfig
Exceptions
ExceptionCondition
NotSupportedException
See Also