Interface ISocketEventArgsPool
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public interface ISocketEventArgsPool
Properties
| Improve this Doc View SourceBufferPoolInfo
Declaration
BufferPoolInfo BufferPoolInfo { get; }
Property Value
Type | Description |
---|---|
BufferPoolInfo |
Methods
| Improve this Doc View SourceAcquire(IActorRef)
Declaration
SocketAsyncEventArgs Acquire(IActorRef actor)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | actor |
Returns
Type | Description |
---|---|
SocketAsyncEventArgs |
Release(SocketAsyncEventArgs)
Declaration
void Release(SocketAsyncEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
SocketAsyncEventArgs | e |