Exago Logo
Search
Generic filters
Exact matches only

Global Event: OnConfigLoadStart

The OnConfigLoadStart Event occurs after the configuration file is loaded. This may happen in the API when the API object is initialized or in Exago when entering the application directly. This event can be used to change any configuration information on-the-fly via the SessionInfo object, such as decrypting database connection strings.

Signature

For custom code the args array is structured as follows:

args[] is empty.

For .Net Assmblies the method signature is as follows:

void EventHandlerName(SessionInfo sessionInfo)

Expected Return

The OnConfigLoadStart Event has a void return value.

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents