C-DEngine 5.105

TheBaseEngine..::..SetEngineReadiness Method

Call this method to set the station readiness. It will be called by the system automatically once a channel is up and running

Namespace:  nsCDEngine.Engines
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void SetEngineReadiness(
	bool IsReady,
	TheChannelInfo pOriginator
)
Public Sub SetEngineReadiness ( _
	IsReady As Boolean, _
	pOriginator As TheChannelInfo _
)
public:
void SetEngineReadiness(
	bool^ IsReady, 
	TheChannelInfo^ pOriginator
)

Parameters

IsReady
Type: Boolean
Tru= station is ready; false it is not ready
pOriginator
Type: nsCDEngine.ViewModels..::..TheChannelInfo
RETIRED IN V4. Possible Future Use