You are here: Start » AVL.NET » AVL.DeepLearning_IsServiceRunning

AVL.DeepLearning_IsServiceRunning

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DeepLearning_IsServiceRunning
(
	int? inTimeoutSeconds,
	out bool outServiceRunning
)

Parameters

Name Type Range Default Description
inTimeoutSecondsint?<0, INF>Number of seconds for which the filter will try to connect. Default value: atl::NIL.
outServiceRunningboolReturns the value (true or false) that informs about the connection.

Function Overrides

See also