C# 클래스 SparrowSharp.Pool.ObjectPool

파일 보기 프로젝트 열기: fmotagarcia/sparrow-sharp

공개 메소드들

메소드 설명
GetObject ( ) : PooledObject
ObjectPool ( CreateObject createObject, int initalSize, int maxBuffer ) : System

비공개 메소드들

메소드 설명
PutObject ( PooledObject item ) : void

메소드 상세

GetObject() 공개 메소드

public GetObject ( ) : PooledObject
리턴 PooledObject

ObjectPool() 공개 메소드

public ObjectPool ( CreateObject createObject, int initalSize, int maxBuffer ) : System
createObject CreateObject
initalSize int
maxBuffer int
리턴 System