Click or drag to resize

ServerLogWriterWriteAsync Method

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