Exemplo n.º 1
0
 public async void GetAllDeviceDataSourcesAsync()
 {
     var _ = await PortalClient.GetAllDeviceDataSourcesAsync(WindowsDeviceId, null, CancellationToken.None).ConfigureAwait(false);
 }