ConflictOccurred Event

Raised when a conflict is found in the chain.

Type: ConflictHandler

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public event EventHandler<ConflictEventArgs> ConflictOccurred

Remarks

Do not try to stop or pause the chain whilst handling this event - this would be likely to cause a deadlock in your application. Instead, set the Resolution property to determine whether the chain should continue running or driving the conflict.