Click or drag to resize
Akka.NETSocketAsyncEventArgsPool Constructor
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public SocketAsyncEventArgsPool(
	int capacity,
	Action<SocketAsyncEventArgs> select
)

Parameters

capacity
Type: SystemInt32
TBD
select
Type: SystemActionSocketAsyncEventArgs
TBD
See Also