C# Class Iot.Tenant.WebService.Controllers.DevicesController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
显示文件 Open project: Azure-Samples/service-fabric-dotnet-iot

Public Methods

Method Description
DevicesController ( FabricClient fabricClient, HttpClient httpClient, ServiceCancellation serviceCancellation ) : System

Private Methods

Method Description
GetDevicesAsync ( ) : Task
GetQueueLengthAsync ( ) : Task

Method Details

DevicesController() public method

public DevicesController ( FabricClient fabricClient, HttpClient httpClient, ServiceCancellation serviceCancellation ) : System
fabricClient FabricClient
httpClient System.Net.Http.HttpClient
serviceCancellation Iot.Common.ServiceCancellation
return System