| NearCacheConfigReadOnlySetMaxIdleSeconds Method |
Not supported function in readonly config, throws
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public override NearCacheConfig SetMaxIdleSeconds(
int maxIdleSeconds
)
Public Overrides Function SetMaxIdleSeconds (
maxIdleSeconds As Integer
) As NearCacheConfig
public:
virtual NearCacheConfig^ SetMaxIdleSeconds(
int maxIdleSeconds
) override
abstract SetMaxIdleSeconds :
maxIdleSeconds : int -> NearCacheConfig
override SetMaxIdleSeconds :
maxIdleSeconds : int -> NearCacheConfig
Parameters
- maxIdleSeconds
- Type: SystemInt32
Return Value
Type:
NearCacheConfigExceptions See Also