Click or drag to resize
IContactProcessingChecker Interface
Provides method for checking whether the contact processing can continue.

Namespace: CMS.ContactManagement.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax
C#
public interface IContactProcessingChecker

The IContactProcessingChecker type exposes the following members.

Methods
  NameDescription
Public methodCanProcessContactInCurrentContext
Checks whether the contact processing can continue in the context of current HTTP request.
Top
See Also