Click or drag to resize
AsyncStreamExtensions Methods

The AsyncStreamExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberForEachAsyncT
Reads the entire stream and executes an async action for each element.
Public methodStatic memberToListAsyncT
Reads the entire stream and creates a list containing all the elements read.
Public methodStatic memberWriteAllAsyncT(IServerStreamWriterT, IEnumerableT)
Writes all elements from given enumerable to the stream.
Public methodStatic memberWriteAllAsyncT(IClientStreamWriterT, IEnumerableT, Boolean)
Writes all elements from given enumerable to the stream. Completes the stream afterwards unless close = false.
Top
See Also