Click or drag to resize

AIProviderGetProvider Method

Resolves a provider configuration by name, creates it, and returns it. Pass null or empty to use the default provider (set via DefaultProviderGUID).

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static IAIProvider GetProvider(
	string providerName = null
)

Parameters

providerName  String  (Optional)
 

Return Value

IAIProvider
Exceptions
ExceptionCondition
Exception Thrown when no matching or no default configuration is found.
See Also