Click or drag to resize

AssetManipulatedStreamBeginRead Method


Namespace:  Ingeniux.CMS.AssetContent
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public override IAsyncResult BeginRead(
	byte[] buffer,
	int offset,
	int count,
	AsyncCallback callback,
	Object state
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

callback
Type: SystemAsyncCallback

[Missing <param name="callback"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

state
Type: SystemObject

[Missing <param name="state"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

Return Value

Type: IAsyncResult

[Missing <returns> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

See Also