EventlogXmlProcessorRestoreEventlogXmlState Method

Alterian Email Manager 6.2.3 SDK Help File
Restores a collection of eventlogXml records to its original state

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

Syntax
public void RestoreEventlogXmlState(
	string connectionString,
	IEnumerable<int> eventlogXmlIds
)

Parameters

connectionString
Type: SystemString
Connection string to the client database
eventlogXmlIds
Type: System.Collections.GenericIEnumerableInt32
Collection of eventlog_xml ids to process

Implements

IEventlogXmlProcessorRestoreEventlogXmlState(String, IEnumerableInt32)
See Also