IStreamingResponse.QueueTextChunk(String) Method

Definition

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.

Applies to