[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public override sealed Task<int> ReadAsync(
byte[] buffer,
int offset,
int count,
CancellationToken cancellationToken
)
public override sealed Task<int> ReadAsync(
byte[] buffer,
int offset,
int count,
CancellationToken cancellationToken
)
Public Overrides NotOverridable Function ReadAsync (
buffer As Byte(),
offset As Integer,
count As Integer,
cancellationToken As CancellationToken
) As Task(Of Integer)
Public Overrides NotOverridable Function ReadAsync (
buffer As Byte(),
offset As Integer,
count As Integer,
cancellationToken As CancellationToken
) As Task(Of Integer)
public:
virtual Task<int>^ ReadAsync(
array<unsigned char>^ buffer,
int offset,
int count,
CancellationToken cancellationToken
) override sealed
public:
virtual Task<int>^ ReadAsync(
array<unsigned char>^ buffer,
int offset,
int count,
CancellationToken cancellationToken
) override sealed
abstract ReadAsync :
buffer : byte[] *
offset : int *
count : int *
cancellationToken : CancellationToken -> Task<int>
override ReadAsync :
buffer : byte[] *
offset : int *
count : int *
cancellationToken : CancellationToken -> Task<int>
abstract ReadAsync :
buffer : byte[] *
offset : int *
count : int *
cancellationToken : CancellationToken -> Task<int>
override ReadAsync :
buffer : byte[] *
offset : int *
count : int *
cancellationToken : CancellationToken -> Task<int>
Return Value
Type:
Task
Int32