 | SocketAsyncEventArgsPool Constructor |
TBD
Namespace:
Akka.IO
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic SocketAsyncEventArgsPool(
int capacity,
Action<SocketAsyncEventArgs> select
)
new :
capacity : int *
select : Action<SocketAsyncEventArgs> -> SocketAsyncEventArgsPool
Parameters
- capacity
- Type: System.Int32
TBD - select
- Type: System.Action<SocketAsyncEventArgs>
TBD
See Also