Sets the Engine.
Direction property on the server.
Namespace:
RRAutoLib.Remoting
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax<HubMethodNameAttribute("SetDir")>
Public Sub SetDir (
strEngineID As String,
strDirection As String
)
[HubMethodNameAttribute("SetDir")]
public void SetDir(
string strEngineID,
string strDirection
)
Parameters
- strEngineID
- Type: SystemString
Value corresponding to the Engine.ID. - strDirection
- Type: SystemString
Valid values are: "F" for forward; "R" for reverse.
See Also