LumiSoft Net Help
SmartStream..::..WriteStreamAsyncOP Constructor (stream, count)
NamespacesLumiSoft.Net.IOSmartStream..::..WriteStreamAsyncOPSmartStream..::..WriteStreamAsyncOP(Stream, Int64)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public WriteStreamAsyncOP(
	Stream stream,
	long count
)
Public Sub New ( 
	stream As Stream,
	count As Long
)
public:
WriteStreamAsyncOP(
	Stream^ stream, 
	long long count
)
new : 
        stream : Stream * 
        count : int64 -> WriteStreamAsyncOP
Parameters
stream (Stream)
Stream which data to write.
count (Int64)
Number of bytes to write. Value -1 means all stream data will be written.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stream is null reference.

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