SocketInterceptorConfigSetImplementation Method Hazelcast .Net Client Class Library
Sets the ISocketInterceptor implementation object

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax

public virtual SocketInterceptorConfig SetImplementation(
	Object implementation
)

Parameters

implementation
Type: SystemObject
implementation object

Return Value

Type: SocketInterceptorConfig
this SocketInterceptorConfig instance
See Also

Reference