INtime SDK Help
ntxStartLocalRtNode
INtime SDK v6 > About INtime > Alternate APIs > INtimeDotNet > ntxStartLocalRtNode

Tries to start the RT kernel on the specified Node. Successful completion means that the start has been initiated but does not necessarily mean that it completed successfully. Use ntxGetRtStatus to determine if the RT kernel started successfully.

Visual Basic

Sub ntxStartLocalRtNode(
ByVal hLoc As Integer)

C#

void ntxStartLocalRtNode(
int32 hLoc)

Parameters

hLoc
Local RT Node to start.

INtimeException Status

E_PARAM The location parameter is invalid.
E_LOCATION The specified location is not a local Node.
E_NTX_COMM_FAILURE The DLL could not contact the INtime Kernel Service to complete the request.

Requirements

Versions Reference
INtime 5.0 INtimeDotNet