protected internal virtual Task DoWriteAsync(
FileSystemStream stream,
byte[] buffer,
int offset,
int count,
CancellationToken ct
)
protected internal virtual Task DoWriteAsync(
FileSystemStream stream,
byte[] buffer,
int offset,
int count,
CancellationToken ct
)
Protected Friend Overridable Function DoWriteAsync (
stream As FileSystemStream,
buffer As Byte(),
offset As Integer,
count As Integer,
ct As CancellationToken
) As Task
Protected Friend Overridable Function DoWriteAsync (
stream As FileSystemStream,
buffer As Byte(),
offset As Integer,
count As Integer,
ct As CancellationToken
) As Task
protected public:
virtual Task^ DoWriteAsync(
FileSystemStream^ stream,
array<unsigned char>^ buffer,
int offset,
int count,
CancellationToken ct
)
protected public:
virtual Task^ DoWriteAsync(
FileSystemStream^ stream,
array<unsigned char>^ buffer,
int offset,
int count,
CancellationToken ct
)
abstract DoWriteAsync :
stream : FileSystemStream *
buffer : byte[] *
offset : int *
count : int *
ct : CancellationToken -> Task
override DoWriteAsync :
stream : FileSystemStream *
buffer : byte[] *
offset : int *
count : int *
ct : CancellationToken -> Task
abstract DoWriteAsync :
stream : FileSystemStream *
buffer : byte[] *
offset : int *
count : int *
ct : CancellationToken -> Task
override DoWriteAsync :
stream : FileSystemStream *
buffer : byte[] *
offset : int *
count : int *
ct : CancellationToken -> Task