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

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

Syntax

C#
public byte[] GetBytes()
Visual Basic (Declaration)
Public Function GetBytes As Byte()
Visual C++
public:
array<unsigned char>^ GetBytes()

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.IndexusMessage.GetBytes"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.IndexusMessage.GetBytes"]

See Also