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