DdmReader.ReadDdmObjectLengthAndCodePointAsync(Boolean, CancellationToken) Method

Definition

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

Parameters

isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<CodePoint>

Applies to