DdmReader.ReadUInt16Async(EndianType, Boolean, CancellationToken) Method

Definition

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

Returns

Task<UInt16>

Applies to