DdmReader.ReadInt16Async Method

Definition

Overloads

ReadInt16Async(Boolean, CancellationToken)
ReadInt16Async(EndianType, Boolean, CancellationToken)

ReadInt16Async(Boolean, CancellationToken)

public:
 System::Threading::Tasks::Task<short> ^ ReadInt16Async(bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<short> ReadInt16Async (bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadInt16Async : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<int16>

Parameters

isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Int16>

Applies to

ReadInt16Async(EndianType, Boolean, CancellationToken)

public:
 System::Threading::Tasks::Task<short> ^ ReadInt16Async(Microsoft::HostIntegration::Drda::Common::EndianType type, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<short> ReadInt16Async (Microsoft.HostIntegration.Drda.Common.EndianType type, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadInt16Async : Microsoft.HostIntegration.Drda.Common.EndianType * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<int16>

Parameters

type
EndianType
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Int16>

Applies to