Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Creates the message header.

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

Syntax

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

Parameters

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

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Handler.UtilByte.CreateMessageHeader(System.Byte[])"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Handler.UtilByte.CreateMessageHeader(System.Byte[])"]

See Also