Skip to main content

VelopackApp.Run Method

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

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