Property PostDependencyCallback
PostDependencyCallback
Func delegate for the callback after dependency calculation has occurred.
Declaration
public Func<IBuildParameters, IDependencyData, ReturnCode> PostDependencyCallback { get; set; }
Property Value
Type | Description |
---|---|
Func<IBuildParameters, IDependencyData, ReturnCode> |