Method SendText
SendText(SendInputTextArgs, CancellationToken)
Sends the specified texts.
Declaration
Task SendText(SendInputTextArgs args, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
SendInputTextArgs | args | The arguments defining the text to send. |
CancellationToken | cancellationToken | A token that can be used to cancel the send operation. |
Returns
Type | Description |
---|---|
Task | A task that represents the asynchronous operation. |