LumiSoft Mail Server User API
ReadToStream_EventArgs Constructor (exception, stream, count, tag)
Namespaces > LumiSoft.Net.IO > ReadToStream_EventArgs > ReadToStream_EventArgsNew(Exception, Stream, Int32, Object)
Default constructor.
Syntax
C#Visual BasicManaged C++
public ReadToStream_EventArgs (
	Exception exception,
	Stream stream,
	int count,
	Object tag
)
Public Sub New ( _
	exception As Exception, _
	stream As Stream, _
	count As Integer, _
	tag As Object _
)
public:
ReadToStream_EventArgs (
	Exception^ exception, 
	Stream^ stream, 
	int count, 
	Object^ tag
)
Parameters
exception (Exception)
Exception what happened while reading data or null if data reading was successfull.
stream (Stream)
Stream where data was stored.
count (Int32)
Number of bytes readed.
tag (Object)
User data.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)