EventlogXmlProcessor Constructor

Alterian Email Manager 6.2.3 SDK Help File
Constructor

Namespace:  DMLibrary.Repository.Eventlog
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public EventlogXmlProcessor(
	ISqlDataConnectionFactory sqlDataConnectionFactory,
	int processCommandTimeout = 1800
)

Parameters

sqlDataConnectionFactory
Type: DMLibrary.RepositoryISqlDataConnectionFactory
The ISqlDataConnectionFactory to perform the SQL Server operations
processCommandTimeout (Optional)
Type: SystemInt32
The command timeout for the SQL Server operations
See Also