IStreamingResponse.QueueTextChunk(String) 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.
Queues a chunk of partial message text to be sent to the client.
public void QueueTextChunk(string text);
abstract member QueueTextChunk : string -> unit
Public Sub QueueTextChunk (text As String)
Parameters
- text
- String
Partial text of the message to send.
Exceptions
Throws if the stream has already ended.
Throws if the stream has already ended.