| EventArgsT |
Generic version of EventArgs that can take on any class.
|
| InitializeAsyncNotCompletedException |
Thrown when a Constructor requires Async method calls, that are completed in a InitializeAsync() method (can't be
called in the construcotr b/c constructors can not be marked async), but the user doesn't not call InitializeAsync().
|
| Initializer |
Static class, who's Initialize() method should be called at the start of any program using BabelFish.
var xApiKey = "GyaHV300my60rs2ylKug5aUgFnYBj6GrU6V1WE33";
var localStoreDirectory = @"C:\temp";
Scopos.BabelFish.Runtime.Settings.Initialize( xApiKey, localStoreDirectory, false );
|
| NamespaceGroupDoc | |
| ScoposException | |
| Settings |
Globally used values, such as the x api key to use when making Rest API calls.
|
| XApiKeyNotSetException |
Thrown when a user tries to instantiate a API Client and the X API Key has not been set.
|