DdmReader.ReadTimestampAsync Method

Definition

Overloads

ReadTimestampAsync(Int32, Boolean, CancellationToken)
ReadTimestampAsync(Int32, Boolean, Boolean, CancellationToken)
ReadTimestampAsync(Int32, Int32, Boolean, CancellationToken)

ReadTimestampAsync(Int32, Boolean, CancellationToken)

public:
 System::Threading::Tasks::Task<DateTime> ^ ReadTimestampAsync(int codePage, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<DateTime> ReadTimestampAsync (int codePage, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadTimestampAsync : int * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<DateTime>

Parameters

codePage
Int32
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<DateTime>

Applies to

ReadTimestampAsync(Int32, Boolean, Boolean, CancellationToken)

public:
 System::Threading::Tasks::Task<Tuple<DateTime, bool> ^> ^ ReadTimestampAsync(int codePage, bool succeed, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<Tuple<DateTime,bool>> ReadTimestampAsync (int codePage, bool succeed, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadTimestampAsync : int * bool * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<DateTime * bool>

Parameters

codePage
Int32
succeed
Boolean
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Tuple<DateTime,Boolean>>

Applies to

ReadTimestampAsync(Int32, Int32, Boolean, CancellationToken)

public:
 System::Threading::Tasks::Task<DateTime> ^ ReadTimestampAsync(int codePage, int length, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<DateTime> ReadTimestampAsync (int codePage, int length, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadTimestampAsync : int * int * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<DateTime>

Parameters

codePage
Int32
length
Int32
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<DateTime>

Applies to