Get or set the entry data

Namespace: BrightstarDB.Caching
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public abstract byte[] GetBytes()
Visual Basic
Public MustOverride Function GetBytes As Byte()
Visual C++
public:
virtual array<unsigned char>^ GetBytes() abstract
F#
abstract GetBytes : unit -> byte[] 

Return Value

Type: array<Byte>[]()[][]

[Missing <returns> documentation for "M:BrightstarDB.Caching.AbstractCacheEntry.GetBytes"]

See Also