Click or drag to resize

ToastManager Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ToastManager class.

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
public ToastManager(
	ILoggerFactory loggerFactory
)

Parameters

loggerFactory
Type: ILoggerFactory
Logger factory
See Also