LogStatisticsBaseTGetStatisticsSnapAndDataMark 方法 |
获取当前的统计信息的数据快照,这是数据的副本,修改了里面的值不影响
Get a data snapshot of the current statistics. This is a copy of the data. Modifying the value inside does not affect
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<long, T[]> GetStatisticsSnapAndDataMark()
Public Function GetStatisticsSnapAndDataMark As OperateResult(Of Long, T())
public:
OperateResult<long long, array<T>^>^ GetStatisticsSnapAndDataMark()
member GetStatisticsSnapAndDataMark : unit -> OperateResult<int64, 'T[]>
返回值
类型:
OperateResultInt64,
T实际的统计数据信息
参见