Enum ErrorConfigurationKeyErrorLimitAction
C#
public enum ErrorConfigurationKeyErrorLimitAction
Fields
| StopLogging | Specifies that when the key error limit is hit, the process logging should be terminated. |
| StopProcessing | Specifies that when the key error limit is hit, the processing should be terminated. |