DevForce Help Reference
BatchInterceptor Property


Gets or sets the VerifierEngine.VerifierBatchInterceptor delegate that will be called after each verifier within a verifier batch executes.
Syntax
'Declaration
 
Public Overridable Property BatchInterceptor As VerifierEngine.VerifierBatchInterceptor
'Usage
 
Dim instance As VerifierEngine
Dim value As VerifierEngine.VerifierBatchInterceptor
 
instance.BatchInterceptor = value
 
value = instance.BatchInterceptor
public virtual VerifierEngine.VerifierBatchInterceptor BatchInterceptor {get; set;}
Remarks
The cumulative results of the verifications performed so far in the batch are available for use in determining whether or not to continue verification.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierEngine Class
VerifierEngine Members

Send Feedback