Click or drag to resize

UnresolvedRefReprocessMatch Method

Reprocess the existing specified candidate in the collection (because its match status has changed).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool ReprocessMatch(
	MatchCandidate candidate
)

Parameters

candidate
Type: Nova.ResolvingMatchCandidate
The MatchCandidate object.

Return Value

Type: Boolean
True if a complete match exists, otherwise false.
See Also