RpcMemory

Diese Klasse gehört zur Unit rpc_memorylib.
Diese Klasse stellt Methoden bereit, welche Daten über einen Remote Procedure Call über die Schnittstelle versenden und empfangen können.

Methoden:

Dies sind die Methoden, welche durch diese Klasse zur Verfügung gestellt werden.
Name
Parameter
Rückgabetyp
AddBoolean Namespace string
Key string
Value boolean
Expire int
boolean
AddDouble Namespace string
Key string
Value double
Expire int
boolean
AddInt64 Namespace string
Key string
Value int64
Expire int
boolean
AddInteger Namespace string
Key string
Value int
Expire int
boolean
AddString Namespace string
Key string
Value string
Expire int
boolean
Clear Namespace string Prozedur
Decrement Namespace string
Key string
Value int
int
Delete Namespace string
Key string
Prozedur
DeleteKeyStarts Namespace string
Key string
Prozedur
Exists Namespace string
Key string
boolean
ExistsKeyStarts Namespace string
Key string
boolean
GetBoolean Namespace string
Key string
boolean
GetBooleanList Namespace string
Key string
Offset int
Limit int
rpc_memorylib.RpcBooleanArray
GetCount Namespace string int
GetDouble Namespace string
Key string
double
GetDoubleList Namespace string
Key string
Offset int
Limit int
rpc_memorylib.RpcDoubleArray
GetInt64 Namespace string
Key string
int64
GetInt64List Namespace string
Key string
Offset int
Limit int
rpc_memorylib.RpcInt64Array
GetInteger Namespace string
Key string
int
GetIntegerList Namespace string
Key string
Offset int
Limit int
rpc_memorylib.RpcIntegerArray
GetMaxSize Namespace string int
GetSize Namespace string int
GetString Namespace string
Key string
string
GetStringList Namespace string
Key string
Offset int
Limit int
rpc_memorylib.RpcStringArray
GetUpdateExpireOnAccess Namespace string boolean
Increment Namespace string
Key string
Value int
int
Lock Namespace string boolean
PutBoolean Namespace string
Key string
Value boolean
Expire int
Prozedur
PutDouble Namespace string
Key string
Value double
Expire int
Prozedur
PutInt64 Namespace string
Key string
Value int64
Expire int
Prozedur
PutInteger Namespace string
Key string
Value int
Expire int
Prozedur
PutString Namespace string
Key string
Value string
Expire int
Prozedur
SetMaxSize Namespace string
Value int
Prozedur
SetUpdateExpireOnAccess Namespace string
Value boolean
Prozedur
Unlock Namespace string Prozedur