Method SetTextAsync
SetTextAsync(String)
Sets the text.
Declaration
public Task<bool> SetTextAsync(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> | The returned task results in in case of error.
|