DdmReader.ReadUInt16Async(EndianType, Boolean, CancellationToken) 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.
public:
System::Threading::Tasks::Task<System::UInt16> ^ ReadUInt16Async(Microsoft::HostIntegration::Drda::Common::EndianType type, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<ushort> ReadUInt16Async (Microsoft.HostIntegration.Drda.Common.EndianType type, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadUInt16Async : Microsoft.HostIntegration.Drda.Common.EndianType * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<uint16>
Parameters
- type
- EndianType
- isAsync
- Boolean
- cancellationToken
- CancellationToken