Click or drag to resize
IdmNetClientFactoryBuildClient Method (IdmConnectionInfo)
Build a client from given connection information.

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public static IdmNetClient BuildClient(
	IdmConnectionInfo connectionInfo
)

Parameters

connectionInfo
Type: IdmNetIdmConnectionInfo
The information that defines how to connect to the MIM server

Return Value

Type: IdmNetClient
IdmNetClient for the given connection information.
See Also