CacheableBytesCreate Method (Byte) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableBytes Create(
byte[] value
)
Public Shared Function Create (
value As Byte()
) As CacheableBytes
public:
static CacheableBytes^ Create(
array<unsigned char>^ value
)
static member Create :
value : byte[] -> CacheableBytes
Parameters
- value
- Type: SystemByte
Return Value
Type:
CacheableBytes
See Also