点击或拖拽改变大小

RedisClientSubscribeMessage 方法 (String)

从Redis服务器订阅一个或多个主题信息
Subscribe to one or more topics from the redis server

命名空间:  HslCommunication.Enthernet.Redis
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public OperateResult SubscribeMessage(
	string topic
)

参数

topic
类型:SystemString
主题信息

返回值

类型:OperateResult
订阅结果
参见