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 ®istered, bool active ) : void | ||
StartProcessor ( ) : System.Web.Mvc.ActionResult | ||
StopProcessor ( ) : System.Web.Mvc.ActionResult |
public About ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Contact ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( string value ) : System.Web.Mvc.ActionResult | ||
value | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ProcessMessages ( EventProcessorHost &host, object &thelock, bool ®istered, bool active ) : void | ||
host | EventProcessorHost | |
thelock | object | |
registered | bool | |
active | bool | |
return | void |
public StartProcessor ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public StopProcessor ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |