Click or drag to resize
SocketEventArgsPool Constructor
Initializes a new instance of the SocketEventArgsPool class

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SocketEventArgsPool(
	EventHandler<SocketAsyncEventArgs> callback,
	int bufferSize = 8192,
	int maxSendSocketEventArgs = 100,
	int maxReceiveSocketEventArgs = 100
)

Parameters

callback
Type: SystemEventHandlerSocketAsyncEventArgs
bufferSize (Optional)
Type: SystemInt32
maxSendSocketEventArgs (Optional)
Type: SystemInt32
maxReceiveSocketEventArgs (Optional)
Type: SystemInt32
See Also