Click or drag to resize
EventLogSourceHelperUnregisterSourceName Method
Removes event log registration of application from registry.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax
C#
public static void UnregisterSourceName(
	string sourceName
)

Parameters

sourceName
Type: SystemString
Event source name (backslash "\" in source name is not allowed).
See Also