  | SocketOptionsSetLingerSeconds Method  | 
  
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
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