WriteAsync(byte[], int, int, CancellationToken) Method
Namespace
Statiq.Common
Containing Type
DelegatingStream
Overridden
WriteAsync(byte[], int, int, CancellationToken)

Syntax

public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)

Parameters

Name Type Description
buffer byte[]
offset int
count int
cancellationToken CancellationToken

Return Value

Type Description
Task