VelopackApp.Run Method
Declaring Type: VelopackApp
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Runs the Velopack application startup code and triggers any configured hooks.
public void Run(ILogger logger = null);
Parameters
logger
ILogger
A logging interface for diagnostic messages. This will be cached and potentially re-used throughout the lifetime of the application.
Documentation generated by MdDocs