Click or drag to resize

ServerLogWriterWriteLineAsync Method

Overload List
  NameDescription
Public methodWriteLineAsync
Writes a line terminator asynchronously to the text string or stream.
(Overrides TextWriterWriteLineAsync.)
Public methodWriteLineAsync(Char)
Asynchronously writes an array of characters to the text stream, followed by a line terminator.
(Inherited from TextWriter.)
Public methodWriteLineAsync(Char)
Writes a character followed by a line terminator asynchronously to the text string or stream.
(Overrides TextWriterWriteLineAsync(Char).)
Public methodWriteLineAsync(String)
Writes a string followed by a line terminator asynchronously to the text string or stream.
(Overrides TextWriterWriteLineAsync(String).)
Public methodWriteLineAsync(ReadOnlyMemoryChar, CancellationToken)
Asynchronously writes the text representation of a character memory region to the text stream, followed by a line terminator.
(Inherited from TextWriter.)
Public methodWriteLineAsync(StringBuilder, CancellationToken)
Asynchronously writes the text representation of a string builder to the text stream, followed by a line terminator.
(Inherited from TextWriter.)
Public methodWriteLineAsync(Char, Int32, Int32)
Writes a subarray of characters followed by a line terminator asynchronously to the text string or stream.
(Overrides TextWriterWriteLineAsync(Char, Int32, Int32).)
Top
See Also