EventLogSourceHelperUnregisterSourceName Method |
Removes event log registration of application from registry.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax public static void UnregisterSourceName(
string sourceName
)
Parameters
- sourceName
- Type: SystemString
Event source name (backslash "\" in source name is not allowed).
See Also