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

Inheritance: Microsoft.AspNetCore.Mvc.Controller
ファイルを表示 Open project: Azure-Samples/service-fabric-dotnet-iot Class Usage Examples

Public Methods

Method Description
EventsController ( IReliableStateManager stateManager, StatefulServiceContext context, ServiceCancellation serviceCancellation ) : Common.System

Private Methods

Method Description
Post ( string deviceId, [ events ) : Task

Method Details

EventsController() public method

public EventsController ( IReliableStateManager stateManager, StatefulServiceContext context, ServiceCancellation serviceCancellation ) : Common.System
stateManager IReliableStateManager
context StatefulServiceContext
serviceCancellation ServiceCancellation
return Common.System