SocketOptionsSetSendBufferSize Method |
Sets the size of the buffer used by the socket to send
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntaxpublic SocketOptions SetSendBufferSize(
int sendBufferSize
)
Parameters
- sendBufferSize
- Type: SystemInt32
Return Value
Type:
SocketOptions
See Also