C# 클래스 MOUSE.Core.Serialization.WcfBufferPool

상속: IBufferPool
파일 보기 프로젝트 열기: Rurouni/MassiveOnlineUniversalServerEngine 1 사용 예제들

공개 메소드들

메소드 설명
Return ( byte buffer ) : void
Take ( int size ) : byte[]

메소드 상세

Return() 공개 메소드

public Return ( byte buffer ) : void
buffer byte
리턴 void

Take() 공개 메소드

public Take ( int size ) : byte[]
size int
리턴 byte[]