| SocketOptionsGetSocketFactory Method |
Note: This API is now obsolete.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax [ObsoleteAttribute("This configuration is not used.")]
public virtual ISocketFactory GetSocketFactory()
<ObsoleteAttribute("This configuration is not used.")>
Public Overridable Function GetSocketFactory As ISocketFactory
public:
[ObsoleteAttribute(L"This configuration is not used.")]
virtual ISocketFactory^ GetSocketFactory()
[<ObsoleteAttribute("This configuration is not used.")>]
abstract GetSocketFactory : unit -> ISocketFactory
[<ObsoleteAttribute("This configuration is not used.")>]
override GetSocketFactory : unit -> ISocketFactory
Return Value
Type:
ISocketFactorySee Also