Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Write all trees to pending buffer

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public void SendAllTrees(
	int blTreeCodes
)
Visual Basic (Declaration)
Public Sub SendAllTrees ( _
	blTreeCodes As Integer _
)
Visual C++
public:
void SendAllTrees(
	int blTreeCodes
)

Parameters

blTreeCodes
Type: System..::.Int32
The number/rank of treecodes to send.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflaterHuffman.SendAllTrees(System.Int32)"]

See Also