Releases control of a given
Engine object.
Namespace:
RRAutoLib.Remoting
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax<HubMethodNameAttribute("Release")>
Public Sub Release (
strEngineID As String
)
[HubMethodNameAttribute("Release")]
public void Release(
string strEngineID
)
Parameters
- strEngineID
- Type: SystemString
Value corresponding to the Engine.ID.
See Also