IKrPartSink.WriteAsync method

Writes the part content to the sink.

public Task<KrPartWriteResult> WriteAsync(Stream source, CancellationToken cancellationToken)
parameter description
source The source stream for the part.
cancellationToken The cancellation token.

Return Value

The write result.

See Also