You are here: Start » DLInvoke.DL_Configure

DLInvoke.DL_Configure

Filter is used to change basic Deep Learning configuration.

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

Syntax

C++
C#
 
public static void DL_Configure
(
	int inPort,
	Optional<int> inConnectionTimeout
)

Parameters

Name Type Range Default Description
inPortintNumber of port used by service. Default value: 8210.
inConnectionTimeoutFtl.Optional<int>Time which each filter will try to connect to service. Default value: 10000.

See also