HslRedisListAttribute 构造函数 (String, Int64, Int64) |
根据键名来读取写入当前的列表中的多个信息
命名空间:
HslCommunication.Reflection
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public HslRedisListAttribute(
string listKey,
long startIndex,
long endIndex
)
Public Sub New (
listKey As String,
startIndex As Long,
endIndex As Long
)
public:
HslRedisListAttribute(
String^ listKey,
long long startIndex,
long long endIndex
)
new :
listKey : string *
startIndex : int64 *
endIndex : int64 -> HslRedisListAttribute
参数
- listKey
- 类型:SystemString
列表键名 - startIndex
- 类型:SystemInt64
开始的索引信息 - endIndex
- 类型:SystemInt64
结束的索引位置,-1为倒数第一个,以此类推。
参见