| SocketOptionsSetSoLinger Method  | 
            Sets the number of seconds to remain open after the Socket.Close() is called.
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic SocketOptions SetSoLinger(
	int soLinger
)
Parameters
- soLinger
 - Type: SystemInt32
 
Return Value
Type: 
SocketOptions
See Also