DdmReader.ReadInt48Async Method

Definition

Overloads

ReadInt48Async(Boolean, CancellationToken)
ReadInt48Async(EndianType, Boolean, CancellationToken)

ReadInt48Async(Boolean, CancellationToken)

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

Parameters

isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Int64>

Applies to

ReadInt48Async(EndianType, Boolean, CancellationToken)

public:
 System::Threading::Tasks::Task<long> ^ ReadInt48Async(Microsoft::HostIntegration::Drda::Common::EndianType type, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<long> ReadInt48Async (Microsoft.HostIntegration.Drda.Common.EndianType type, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadInt48Async : 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