点击或拖拽改变大小

RedisClientUnSubscribeMessage 方法 (String)

取消订阅一个或多个主题信息,取消之后,当前的订阅数据就不在接收到。
Unsubscribe from multiple topic information. After cancellation, the current subscription data will not be received.

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

参数

topic
类型:SystemString
主题信息

返回值

类型:OperateResult
取消订阅结果
参见