Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Compresses the specified value.

Namespace:  SharedCache.WinServiceCommon.Formatters
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static byte[] Compress(
	byte[] value
)
Visual Basic (Declaration)
Public Shared Function Compress ( _
	value As Byte() _
) As Byte()
Visual C++
public:
static array<unsigned char>^ Compress(
	array<unsigned char>^ value
)

Parameters

value
Type: array< System..::.Byte >[]()[]
The value.

Return Value

a compressed array of Byte

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Formatters.Compression.Compress(System.Byte[])"]

See Also