You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inTimeoutSeconds | int? | <0, INF> | Number of seconds for which the filter will try to connect. Default value: atl::NIL. | |
![]() | outServiceRunning | bool | Returns the value (true or false) that informs about the connection. |


