Click or drag to resize

SocketInterceptorConfigSetEnabled Method

Enables and disables this configuration

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public virtual SocketInterceptorConfig SetEnabled(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

Return Value

Type: SocketInterceptorConfig
See Also