RedisHelperPackUnSubscribeCommand 方法 |
生成一个取消订阅多个主题的报文信息
命名空间:
HslCommunication.Enthernet.Redis
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] PackUnSubscribeCommand(
string[] topics
)
Public Shared Function PackUnSubscribeCommand (
topics As String()
) As Byte()
public:
static array<unsigned char>^ PackUnSubscribeCommand(
array<String^>^ topics
)
static member PackUnSubscribeCommand :
topics : string[] -> byte[]
参数
- topics
- 类型:SystemString
多个的主题信息
返回值
类型:
Byte结果报文信息
参见