Class IStoreLicensesInitializationExtensions
Provides access to Store Initialization Apis. These become relevant when using a License Store that has an Initialization or Verification aspect. Examples of such Stores include the Local Store.
Namespace: Sp.Agent.Configuration
Assembly: Sp.Agent.dll
Remarks
Not implemented directly as a property as this interface is only relevant during the configuration phase of your Software Potential Integration - i.e., only the Composition Root of your application should be concerning itself with Initialization (or Verification of same).
Methods
Initialization(IStoreLicenses)
Provides access to the Store Initialization and Verification Apis for use during configuration during application startup if you have a store that participates in Store Initialization. See the documentation for Configuration Api for your store for information as to whether it should be relevant to your store.
See IInitializeStores for further details.
Declaration
public static IInitializeStores Initialization(this IStoreLicenses that)
Parameters
Type | Name | Description |
---|---|---|
IStoreLicenses | that |
Returns
Type | Description |
---|---|
IInitializeStores |