WebSocketSessionRemoveTopic 方法 |
动态移除一个订阅的信息
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool RemoveTopic(
string topic
)
Public Function RemoveTopic (
topic As String
) As Boolean
public:
bool RemoveTopic(
String^ topic
)
member RemoveTopic :
topic : string -> bool
参数
- topic
- 类型:SystemString
订阅的主题
返回值
类型:
Boolean[缺少 "M:HslCommunication.WebSocket.WebSocketSession.RemoveTopic(System.String)" 的 <returns> 文档]
参见