| SocketAsyncEventArgsPool 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
)
new :
capacity : int *
select : Action<SocketAsyncEventArgs> -> SocketAsyncEventArgsPool
Parameters
- capacity
- Type: SystemInt32
TBD - select
- Type: SystemActionSocketAsyncEventArgs
TBD
See Also