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

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

Public Methods

Method Description
DevicesController ( IReliableStateManager stateManager, ServiceCancellation serviceCancellation ) : System.Collections.Generic

Private Methods

Method Description
GetAsync ( ) : Task
GetQueueLengthAsync ( ) : Task

Method Details

DevicesController() public method

public DevicesController ( IReliableStateManager stateManager, ServiceCancellation serviceCancellation ) : System.Collections.Generic
stateManager IReliableStateManager
serviceCancellation ServiceCancellation
return System.Collections.Generic