DdmReader.ReadInt32Async Method

Definition

Overloads

ReadInt32Async(Boolean, CancellationToken)
ReadInt32Async(EndianType, Boolean, CancellationToken)

ReadInt32Async(Boolean, CancellationToken)

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

Parameters

isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Int32>

Applies to

ReadInt32Async(EndianType, Boolean, CancellationToken)

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

Parameters

type
EndianType
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Int32>

Applies to