ConnectableServiceClientExists 方法
根据Id判断对应的客户端是否存在
命名空间: TouchSocket.Sockets程序集: TouchSocket (在 TouchSocket.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public abstract bool ClientExists(
string id
)
Public MustOverride Function ClientExists (
id As String
) As Boolean
abstract ClientExists :
id : string -> bool
- id String
- 客户端的Id
Boolean返回是否存在
IConnectableServiceClientExists(String)