Click or drag to resize

SessionOptionsSetTarget Method

http://www.emgu.com
Set the target in TF_SessionOptions.options.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public void SetTarget(
	string target
)

Parameters

target
Type: SystemString
target can be empty, a single entry, or a comma separated list of entries. Each entry is in one of the following formats : "local" ip:port host:port
See Also