C# Class CSharpRTMP.Core.NetIO.SocketAsyncEventArgsPool

Show file Open project: langhuihui/csharprtmp

Public Methods

Method Description
Pop ( ) : SocketAsyncEventArgs
Push ( SocketAsyncEventArgs item ) : void
SocketAsyncEventArgsPool ( int capacity ) : System

Method Details

Pop() public method

public Pop ( ) : SocketAsyncEventArgs
return System.Net.Sockets.SocketAsyncEventArgs

Push() public method

public Push ( SocketAsyncEventArgs item ) : void
item System.Net.Sockets.SocketAsyncEventArgs
return void

SocketAsyncEventArgsPool() public method

public SocketAsyncEventArgsPool ( int capacity ) : System
capacity int
return System