LocalTzInfoFileReaderLoadAsync Method

Parses the data from the input provided

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9417.0
C#
public Task LoadAsync(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)
A CancellationToken controlling the request lifetime

Return Value

Task

Implements

ITzInfoFileReaderLoadAsync(CancellationToken)

See Also