Click or drag to resize

AssetManipulatedStreamCopyToAsync Method



Namespace: Ingeniux.CMS.AssetContent
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public override Task CopyToAsync(
	Stream destination,
	int bufferSize,
	CancellationToken cancellationToken
)

Parameters

destination  Stream

[Missing <param name="destination"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)"]

bufferSize  Int32

[Missing <param name="bufferSize"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)"]

cancellationToken  CancellationToken

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

Return Value

Task

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

See Also