Method Send
Send(SendInputArgs, CancellationToken)
Sends the specified input as defined by the provided arguments.
Declaration
Task Send(SendInputArgs args, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
SendInputArgs | args | The arguments defining the input 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. |