Interface ISocketEventArgsPool
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public interface ISocketEventArgsPool
Properties
| Edit this page View SourceBufferPoolInfo
Declaration
BufferPoolInfo BufferPoolInfo { get; }
Property Value
| Type | Description |
|---|---|
| BufferPoolInfo |
Methods
| Edit this page 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 |
Edit this page