Click or drag to resize

MessageDialogExShowOKAsync Method (String)

Begins an asynchronous operation showing a dialog with an OK button.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public Task ShowOKAsync(
	string content
)

Parameters

content
Type: SystemString
The message to be displayed to the user.

Return Value

Type: Task
An object that represents the asynchronous operation.

Implements

IMessageDialogShowOKAsync(String)
See Also