Click or drag to resize

SocketInterceptorConfigSetImplementation Method

Sets the ISocketInterceptor implementation object

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public virtual SocketInterceptorConfig SetImplementation(
	Object implementation
)

Parameters

implementation
Type: SystemObject
implementation object

Return Value

Type: SocketInterceptorConfig
this SocketInterceptorConfig instance
See Also