Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.IFileStream.WriteAsync Method

(not specified)

Class: YetaWF.Core.IO.IFileStream
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public Task WriteAsync(
    byte[] btes,
    int offset,
    int length );

Parameters

btes

(not specified)

offset

(not specified)

length

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.IO.IFileStream ClassYetaWF.Core Overview