Click or drag to resize

AssetManipulatedStreamWriteAsync Method



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

Parameters

buffer  Byte

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

offset  Int32

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

count  Int32

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

cancellationToken  CancellationToken

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

Return Value

Task

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

See Also