DdmReader.ReadInt64Async Method

Definition

Overloads

ReadInt64Async(Boolean, CancellationToken)
ReadInt64Async(EndianType, Boolean, CancellationToken)

ReadInt64Async(Boolean, CancellationToken)

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

Parameters

isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Int64>

Applies to

ReadInt64Async(EndianType, Boolean, CancellationToken)

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

Parameters

type
EndianType
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Int64>

Applies to