Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Creates the message header.
Namespace:
SharedCache.WinServiceCommon.HandlerAssembly: 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[])"]