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