Click or drag to resize
IContactProcessingCheckerCanProcessContactInCurrentContext Method
Checks whether the contact processing can continue in the context of current HTTP request.

Namespace: CMS.ContactManagement.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
bool CanProcessContactInCurrentContext()

Return Value

Type: Boolean
True if the contact processing can continue; otherwise, false
See Also