IContextInitializer
Last updated
Last updated
Namespace: Lithnet.Ecma2Framework
Context initializers are called before each import, export or password operation to allow the management agent to perform any required initialization. While import and export providers are each initialized at the start of the operation, context initializers are called only once prior to all operations.
Initializes the context prior to any import providers being initialized
context
The ImportContext to be shared by the import providers
A task that represents the asynchronous operation
Initializes the context prior to any export providers being initialized
Initializes the context prior to any password providers being initialized
context
The ExportContext to be shared by the export providers
A task that represents the asynchronous operation
context
The PasswordContext to be shared by the password providers
A task that represents the asynchronous operation