Click or drag to resize

AssetManipulatedStreamWriteAsync Method


Namespace:  Ingeniux.CMS.AssetContent
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public override Task WriteAsync(
	byte[] buffer,
	int offset,
	int count,
	CancellationToken cancellationToken
)

Parameters

buffer
Type: SystemByte

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

offset
Type: SystemInt32

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

count
Type: SystemInt32

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

cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)"]

See Also