Click or drag to resize

AssetManipulatedStreamBeginWrite Method



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

Parameters

buffer  Byte

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

offset  Int32

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

count  Int32

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

callback  AsyncCallback

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

state  Object

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

Return Value

IAsyncResult

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

See Also