![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | SocketOptionsSetLingerSeconds Method |
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic virtual SocketOptions SetLingerSeconds(
int lingerSeconds
)
Public Overridable Function SetLingerSeconds (
lingerSeconds As Integer
) As SocketOptions
public:
virtual SocketOptions^ SetLingerSeconds(
int lingerSeconds
)
abstract SetLingerSeconds :
lingerSeconds : int -> SocketOptions
override SetLingerSeconds :
lingerSeconds : int -> SocketOptions
Parameters
- lingerSeconds
- Type: SystemInt32
Return Value
Type:
SocketOptions
See Also