Skip to main content

VelopackApp.WithBeforeUpdateFastCallback Method

Declaring Type: VelopackApp
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

WARNING: FastCallback hooks are run during critical stages of Velopack operations. Your code will be run and then Exit(int) will be called. If your code has not completed within 15 seconds, it will be terminated. Only supported on windows; On other operating systems, this will never be called.

public VelopackApp WithBeforeUpdateFastCallback(VelopackHook hook);

Parameters

hook VelopackHook

Returns

VelopackApp


Documentation generated by MdDocs