DialogCoordinator.

ShowProgressAsync(object, string, string, bool, MetroDialogSettings) Method

Syntax

public Task<ProgressDialogController> ShowProgressAsync(object context, string title, string message, bool isCancelable = false, MetroDialogSettings settings = null)

Parameters

Name Type Description
context object
title string
message string
isCancelable bool
settings MetroDialogSettings

Return Value

Type Description
Task<ProgressDialogController>