| SocketOptionsSetSocketFactory Method |
Note: This API is now obsolete.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax [ObsoleteAttribute("This configuration is not used.")]
public virtual SocketOptions SetSocketFactory(
ISocketFactory socketFactory
)
<ObsoleteAttribute("This configuration is not used.")>
Public Overridable Function SetSocketFactory (
socketFactory As ISocketFactory
) As SocketOptions
public:
[ObsoleteAttribute(L"This configuration is not used.")]
virtual SocketOptions^ SetSocketFactory(
ISocketFactory^ socketFactory
)
[<ObsoleteAttribute("This configuration is not used.")>]
abstract SetSocketFactory :
socketFactory : ISocketFactory -> SocketOptions
[<ObsoleteAttribute("This configuration is not used.")>]
override SetSocketFactory :
socketFactory : ISocketFactory -> SocketOptions
Parameters
- socketFactory
- Type: Hazelcast.Client.ConnectionISocketFactory
Return Value
Type:
SocketOptionsSee Also