DdmReader.ReadBytesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
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