DdmReader.ReadInt48Async Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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