SendOperations.SendRequestAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The send operation used to send a StreamingRequest.
public System.Threading.Tasks.Task SendRequestAsync (Guid id, Microsoft.Bot.Streaming.StreamingRequest request, System.Threading.CancellationToken cancellationToken = default);
member this.SendRequestAsync : Guid * Microsoft.Bot.Streaming.StreamingRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SendRequestAsync (id As Guid, request As StreamingRequest, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- id
- Guid
The ID to assign to the RequestDisassembler used by this operation.
- request
- StreamingRequest
The request to send.
- cancellationToken
- CancellationToken
A cancelation token. Unused.
Returns
A task representing the status of the operation.