VelopackApp.WithBeforeUpdateFastCallback Method
Declaring Type: VelopackApp
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.942+a011233
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
Documentation generated by MdDocs