DdmReader.ReadDoubleAsync(Int32, String, Boolean, CancellationToken) Method

Definition

public:
 System::Threading::Tasks::Task<System::Object ^> ^ ReadDoubleAsync(int length, System::String ^ typDefname, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<object> ReadDoubleAsync (int length, string typDefname, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadDoubleAsync : int * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>

Parameters

length
Int32
typDefname
String
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Object>

Applies to