[]
Sends a warning notification.
public Task Warning(string caption, string warningText)
Type | Name | Description |
---|---|---|
string | caption | The warning caption. |
string | warningText | Optional warning details. |
Type | Description |
---|---|
Task | A Task representing the asynchronous operation of sending a warning notification. |