public void RemoveEvent(
string publisherId,
string eventName
)
Public Sub RemoveEvent (
publisherId As String,
eventName As String
)
member RemoveEvent :
publisherId : string *
eventName : string -> unit
[缺少 "M:TouchSocket.Dmtp.Rpc.EventBus.RemoveEvent(System.String,System.String)" 的 <param name="publisherId"/> 文档]
[缺少 "M:TouchSocket.Dmtp.Rpc.EventBus.RemoveEvent(System.String,System.String)" 的 <param name="eventName"/> 文档]
ArgumentNullException | 参数为空 |
EventNameException | 事件名不存在 |
EventAccessException | 没有事件访问权限 |