C-DEngine 5.105

IBaseEngine..::..StartEngine Method

Starts the plugin-service with a new ChannelDefinition. If the engine was already started, the new channel will be added to the redundancy list. If the engine is a multi-channel the channel will be immediately activated

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

Syntax


bool StartEngine(
	TheChannelInfo pURLs
)
Function StartEngine ( _
	pURLs As TheChannelInfo _
) As Boolean
bool^ StartEngine(
	TheChannelInfo^ pURLs
)