Click or drag to resize

ToastManagerShowAsync Method (ToastRequest)

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

Shows a toast.

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
public Task<ToastResult> ShowAsync(
	ToastRequest request
)

Parameters

request
Type: DesktopToastToastRequest
Toast request

Return Value

Type: TaskToastResult
Result of showing a toast
See Also