ProgressDialogController.

SetMessage(string) Method

Summary

Sets the dialog's message content.

Syntax

public void SetMessage(string message)

Parameters

Name Type Description
message string The message to be set.

Return Value

Type Description
void