C# Class OpcUaWebTelemetry.Controllers.HomeController

Inheritance: Controller
显示文件 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult
Contact ( ) : System.Web.Mvc.ActionResult
Delete ( string value ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
ProcessMessages ( EventProcessorHost &host, object &thelock, bool &registered, bool active ) : void
StartProcessor ( ) : System.Web.Mvc.ActionResult
StopProcessor ( ) : System.Web.Mvc.ActionResult

Method Details

About() public method

public About ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Contact() public method

public Contact ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( string value ) : System.Web.Mvc.ActionResult
value string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ProcessMessages() public method

public ProcessMessages ( EventProcessorHost &host, object &thelock, bool &registered, bool active ) : void
host EventProcessorHost
thelock object
registered bool
active bool
return void

StartProcessor() public method

public StartProcessor ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

StopProcessor() public method

public StopProcessor ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult