Click or drag to resize

SocketInterceptorConfigSetClassName Method

Sets the name for the ISocketInterceptor implementation class

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public virtual SocketInterceptorConfig SetClassName(
	string className
)

Parameters

className
Type: SystemString
the name of the ISocketInterceptor implementation class to set

Return Value

Type: SocketInterceptorConfig
this SocketInterceptorConfig instance
See Also