SEVEventsRepository 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 SEVEventsRepository(
	ISqlDataConnectionFactory sqlDataConnectionFactory,
	string appName,
	string alerFile,
	int processCommandTimeout = 1800
)

Parameters

sqlDataConnectionFactory
Type: DMLibrary.RepositoryISqlDataConnectionFactory
The ISqlDataConnectionFactory to perform the SQL operations
appName
Type: SystemString
The application name running the repository operations
alerFile
Type: SystemString
The alert file where to write any alerts in case there's any
processCommandTimeout (Optional)
Type: SystemInt32
The command timeout for the sql operations
See Also