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.AIAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic static IAIProvider GetProvider(
string providerName = null
)
Parameters
- providerName String (Optional)
-
Return Value
IAIProvider
Exceptions| Exception | Condition |
|---|
| Exception |
Thrown when no matching or no default configuration is found.
|
See Also