Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Set the deflate level (0-9)

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 SetLevel(
	int level
)
Visual Basic (Declaration)
Public Sub SetLevel ( _
	level As Integer _
)
Visual C++
public:
void SetLevel(
	int level
)

Parameters

level
Type: System..::.Int32
The value to set the level to.

Remarks

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

See Also