LumiSoft Mail Server User API
BeginRead Method (buffer, offset, count, callback, state)
Namespaces > ICSharpCode.SharpZipLib.Zip.Compression.Streams > DeflaterOutputStream > BeginRead(Byte[](), Int32, Int32, AsyncCallback, Object)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)]

Syntax
C#Visual BasicManaged C++
public override IAsyncResult BeginRead (
	byte[] buffer,
	int offset,
	int count,
	AsyncCallback callback,
	Object state
)
Public Overrides Function BeginRead ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer, _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
public:
virtual IAsyncResult^ BeginRead (
	array<unsigned char>^ buffer, 
	int offset, 
	int count, 
	AsyncCallback^ callback, 
	Object^ state
) override
Parameters
buffer (Byte[]())

[Missing <param> documentation for "buffer"]

offset (Int32)

[Missing <param> documentation for "offset"]

count (Int32)

[Missing <param> documentation for "count"]

callback (AsyncCallback)

[Missing <param> documentation for "callback"]

state (Object)

[Missing <param> documentation for "state"]

Return Value

[Missing <returns> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)