MpxSocket TTransport  ReleaseMemChunksAfterAsyncOperations Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Releases socket memory chunks. This method MUST BE called AFTER all pending async IO is done, otherwise the chunks may get released to the pool and get corrupted by the prior operation

Namespace: NFX.Glue.Native
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected void ReleaseMemChunksAfterAsyncOperations()
See Also