点击或拖拽改变大小

CommunicationServerRemoveSession 方法 (TimeSpan)

指定超时时间移除当前的会话列表,只有是TCP的管道(PipeTcpNet)才需要被移除。
Specify a timeout to remove the current session list. Only TCP pipe (PipeTcpNet) need to be removed.

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public void RemoveSession(
	TimeSpan timeSpan
)

参数

timeSpan
类型:SystemTimeSpan
指定的超时时间
参见