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

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[] Combine(
	byte[] byte1,
	byte[] byte2
)
Visual Basic (Declaration)
Public Shared Function Combine ( _
	byte1 As Byte(), _
	byte2 As Byte() _
) As Byte()
Visual C++
public:
static array<unsigned char>^ Combine(
	array<unsigned char>^ byte1, 
	array<unsigned char>^ byte2
)

Parameters

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

Return Value

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

Remarks

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

See Also