TimeZoneFactoryInitializeAsync Method

Initializes the factory

Definition

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

Parameters

cancellationToken  CancellationToken  (Optional)
A CancellationToken controlling the request lifetime

Return Value

Task

Implements

ITimeZoneFactoryInitializeAsync(CancellationToken)

Remarks

This method may be called multiple times to refresh or reload all data previously loaded.

See Also