WmtsService Timeout

337
0
07-15-2019 12:31 AM
GonzaloMuöoz
Occasional Contributor

Hi,

Is there any way to reduce the timeout when failing to load asynchronously a WmtsService? I am doing it the following way:

WmtsService myWmtsService = new WmtsService(new Uri(currentLayer.Path));
await myWmtsService.LoadAsync().ConfigureAwait(true);

Regards

Gonzalo

0 Kudos
0 Replies