Click or drag to resize

AIToolConfigurationGetExecConnection Method

Resolves the connection to use for the given source. If connectionGuid is provided, returns the connection with that GUID; otherwise returns the source's current default connection. Returns null when source is null or no matching connection is found.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public MetaConnection GetExecConnection(
	MetaSource source,
	string connectionGuid = null
)

Parameters

source  MetaSource
 
connectionGuid  String  (Optional)
 

Return Value

MetaConnection
See Also