C# Class MOUSE.Core.Serialization.WcfBufferPool

Inheritance: IBufferPool
Afficher le fichier Open project: Rurouni/MassiveOnlineUniversalServerEngine Class Usage Examples

Méthodes publiques

Méthode Description
Return ( byte buffer ) : void
Take ( int size ) : byte[]

Method Details

Return() public méthode

public Return ( byte buffer ) : void
buffer byte
Résultat void

Take() public méthode

public Take ( int size ) : byte[]
size int
Résultat byte[]