DdmReader.ReadBytesAsync Method

Definition

Overloads

ReadBytesAsync(Boolean, CancellationToken)
ReadBytesAsync(Int32, Boolean, CancellationToken)
ReadBytesAsync(Int32, Int32, Boolean, CancellationToken)

ReadBytesAsync(Boolean, CancellationToken)

public:
 System::Threading::Tasks::Task<cli::array <System::Byte> ^> ^ ReadBytesAsync(bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<byte[]> ReadBytesAsync (bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadBytesAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>

Parameters

isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Byte[]>

Applies to

ReadBytesAsync(Int32, Boolean, CancellationToken)

public:
 System::Threading::Tasks::Task<cli::array <System::Byte> ^> ^ ReadBytesAsync(int size, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<byte[]> ReadBytesAsync (int size, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadBytesAsync : int * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>

Parameters

size
Int32
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Byte[]>

Applies to

ReadBytesAsync(Int32, Int32, Boolean, CancellationToken)

public:
 System::Threading::Tasks::Task<cli::array <System::Byte> ^> ^ ReadBytesAsync(int prefixSpace, int size, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<byte[]> ReadBytesAsync (int prefixSpace, int size, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadBytesAsync : int * int * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>

Parameters

prefixSpace
Int32
size
Int32
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Byte[]>

Applies to