Click or drag to resize

EngineHub Class

SignalR server endpoint for throttle control.
Inheritance Hierarchy
SystemObject
  HubBase
    Hub
      RRAutoLib.RemotingEngineHub

Namespace:  RRAutoLib.Remoting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<HubNameAttribute("EngineHub")>
Public Class EngineHub
	Inherits Hub

The EngineHub type exposes the following members.

Constructors
  NameDescription
Public methodEngineHub
Initializes a new instance of the EngineHub class
Top
Methods
  NameDescription
Public methodControl
Takes control of a given Engine object.
Public methodEStop
Public methodGetList
Gets a list of available Engine objects to be controlled.
Public methodRelease
Releases control of a given Engine object.
Public methodSetDir
Sets the Engine.Direction property on the server.
Public methodSetFunc
Public methodSetSpeed
Calls the Engine.SetSpeed(Byte, Guid) method on the server.
Top
Remarks
Don't instantiate this class directly. This class is used by SignalR to auto generate a client side proxy for remoting. The described methods are client side javascript stubs that will use SignalR to call into the remoting service.
See Also