DependencyFilter Delegate

Definition

Dependency filter delegate. Used during TLog saves in order for tasks to selectively remove dependencies from the written graph.

C#
public delegate bool DependencyFilter(string fullPath);

Parameters

fullPath
String

The full path to the dependency file about to be written to the compacted TLog

Return Value

If the file should actually be written to the TLog (true) or not (false)

Applies to

Prodotto Versioni
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1