You are here: Start » DLInvoke.DL_IsServiceRunning

DLInvoke.DL_IsServiceRunning

Checks if the Deep Learning Service is running. If the input is empty, the filter will try to connect indefinitely.

Namespace:Fil
Assembly:FilNet.DL.Cpu.dll

Syntax

C++
C#
 
public static void DL_IsServiceRunning
(
	Optional<int> inTimeoutSeconds,
	out bool outServiceRunning
)

Parameters

Name Type Range Default Description
inTimeoutSecondsFtl.Optional<int>Number of seconds for which the filter will try to connect. Default value: ftl::NIL.
outServiceRunningboolReturns the value (true or false) that informs about the connection.

See also