Enum BinaryProtocolDataType
To be used in BinaryProtocol to serialize types for queryinfo and named tags
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum BinaryProtocolDataType : byte
Fields
| Name | Description |
|---|---|
| Bool | |
| Byte | |
| Char | |
| DateTime | |
| Decimal | |
| Double | |
| Float | |
| Int | |
| Long | |
| Null | |
| SByte | |
| Short | |
| String | |
| UInt | |
| ULong | |
| UShort |