AsyncStoreLibraryDirectory
To store asynchronous action queues in a database, rather than in an internal datastore file, set the parameters AsyncStoreLibraryDirectory
, AsyncStoreLibraryName
, and ConnectionString
. If you use the same database to store action queues for more than one type of component, you must also set DatastoreSharingGroupName
.
This parameter specifies the path of the directory that contains the library to use to connect to the database. Specify an absolute path, or a path relative to the server executable file.
Type: | String |
Default: | |
Required: | No |
Configuration Section: |
ActionName or Actions where ActionName is the name of an asynchronous action. |
Example: | AsyncStoreLibraryDirectory=dlls
|
See Also: |