CommunicationPipeHasCacheData 方法 |
当前管道的缓存里是否有数据存在,有就返回 True
If there is any data in the cache of the current pipeline, return True
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public virtual bool HasCacheData()
Public Overridable Function HasCacheData As Boolean
public:
virtual bool HasCacheData()
abstract HasCacheData : unit -> bool
override HasCacheData : unit -> bool
返回值
类型:
Boolean是否有缓存数据
参见