Interface IFetchDispatcher
Namespace: Mapsui.Fetcher
Assembly: Mapsui.dll
Syntax
public interface IFetchDispatcher
Methods
| Edit this page View SourceTryTake(out Func<Task>?)
Declaration
bool TryTake(out Func<Task>? method)
Parameters
Type | Name | Description |
---|---|---|
Func<Task> | method |
Returns
Type | Description |
---|---|
bool |
Events
| Edit this page View SourcePropertyChanged
Declaration
event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
PropertyChangedEventHandler |