统计客户?

编程入门 行业动态 更新时间:2024-10-27 12:25:29
本文介绍了统计客户?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在Pi2上运行了一个项目,我想将统计信息提交给statsd服务器。我尝试通过NuGet安装的所有客户端都不兼容。他们给出了"StatsdClient 1.1.26与UAP不兼容,Version = v10.0"。错误。

I have a project running on the Pi2 which I want to submit stats to a statsd server. All the clients I tried installing via NuGet were not compatible. They gave a "StatsdClient 1.1.26 is not compatible with UAP,Version=v10.0." error.

有人能指出我对UAP兼容的statsd客户端吗?

Can anyone point me towards a UAP compatable statsd client?

谢谢!

推荐答案

这是 github/Pereingo/statsd-csharp-client ,您可以搜索源和概念。虽然它需要从System.Sockets转移到Windows.Sockets

Well there is this github/Pereingo/statsd-csharp-client which you may able to raid for source and concepts. Though it would need to move to Windows.Sockets from System.Sockets

参见

你可能想看看 github/ Microsoft / Windows-universal-samples / tree / master / Samples / StreamSocket

You might like to look at github/Microsoft/Windows-universal-samples/tree/master/Samples/StreamSocket

这是一种UWP的套接字方式。

which is a UWP way of doing sockets.

使用 Windows.Networking.Sockets ;

using Windows.Networking.Sockets;

来自其他地方。

更多推荐

统计客户?

本文发布于:2023-11-30 06:35:51,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1649039.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:客户

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!