EMProcessHeartBeatUpdateProcessHeartBeat Method

Alterian Email Manager 6.2.3 SDK Help File
Updates the ProcessIndex for the given application

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

Syntax
public void UpdateProcessHeartBeat(
	string connectionString,
	string appName,
	string alertFile
)

Parameters

connectionString
Type: SystemString
appName
Type: SystemString
Name of the application or service running the method
alertFile
Type: SystemString

Implements

IEMProcessHeartBeatUpdateProcessHeartBeat(String, String, String)
See Also