文件名称:LogicMonitor.Api:LogicMonitor REST API nuget程序包
文件大小:2.41MB
文件格式:ZIP
更新时间:2024-03-04 01:48:02
api dotnet nuget dotnet-standard logicmonitor
逻辑监视器 由Panoramic Data Limited创建的LogicMonitor REST API nuget程序包。 如果您要开发某些LogicMonitor软件,请通过以下找到我们: ://www.panoramicdata.com/! 首先,请在此处观看视频: 一个简单的例子: using LogicMonitor . Api ; [...] public async Task GetAllDevices () { var portalClient = new PortalClient ( " acme " , " accessTokenId " , " accessTokenKey " ); var devices = await portalClient . GetAllAsync < Device>(). ConfigureAwait ( false )