Click or drag to resize
EventLogSourceHelperUnregisterInstance Method
Unregisters instance from Windows event log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
public static void UnregisterInstance(
	string pathToWebConfig
)

Parameters

pathToWebConfig
Type: SystemString
Path to web.config
See Also