LumiSoft Net Help
AppendStream Method (stream)
NamespacesLumiSoft.Net.IOMultiStreamAppendStream(Stream)
Appends this stream to read queue.
Declaration Syntax
C#Visual BasicVisual C++F#
public void AppendStream(
	Stream stream
)
Public Sub AppendStream ( 
	stream As Stream
)
public:
void AppendStream(
	Stream^ stream
)
member AppendStream : 
        stream : Stream -> unit 
Parameters
stream (Stream)
Stream to add.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
ArgumentNullExceptionIs raised when stream is null.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119