Requests the hosting application display a 'wait' dialog to the user, with the specified message text and title.

void RequestWaitDialog( 
object sender
string message
string title 
)

Parameters

sender

Type: object

A reference to the requesting control.

message

Type: string

The text to be displayed.

title

Type: string

The title of the dialog.