Click or drag to resize

EngineHubControl Method

Takes control of a given Engine object.

Namespace:  RRAutoLib.Remoting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<HubMethodNameAttribute("Control")>
Public Function Control ( 
	strEngineID As String
) As Task(Of Object)

Parameters

strEngineID
Type: SystemString
Value corresponding to the Engine.ID.

Return Value

Type: TaskObject
See Also