MapsTimeZoneClient.GetWindowsTimeZoneIdsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use to get the list of Windows Time Zone IDs.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Maps.TimeZones.WindowsTimeZoneData>> GetWindowsTimeZoneIdsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetWindowsTimeZoneIdsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Maps.TimeZones.WindowsTimeZoneData>>
override this.GetWindowsTimeZoneIdsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Maps.TimeZones.WindowsTimeZoneData>>
Public Overridable Function GetWindowsTimeZoneIdsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WindowsTimeZoneData))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.