| SocketInterceptorConfigSetImplementation Method |
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public virtual SocketInterceptorConfig SetImplementation(
Object implementation
)
Public Overridable Function SetImplementation (
implementation As Object
) As SocketInterceptorConfig
public:
virtual SocketInterceptorConfig^ SetImplementation(
Object^ implementation
)
abstract SetImplementation :
implementation : Object -> SocketInterceptorConfig
override SetImplementation :
implementation : Object -> SocketInterceptorConfig
Parameters
- implementation
- Type: SystemObject
implementation object
Return Value
Type:
SocketInterceptorConfigthis SocketInterceptorConfig instance
See Also