Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ILinkOpener.cs
1
using
Waher.Runtime.Inventory
;
2
3
namespace
NeuroAccessMaui.Links
4
{
8
public
interface
ILinkOpener
:
IProcessingSupport
<Uri>
9
{
16
Task<bool>
TryOpenLink
(Uri Link,
bool
ShowErrorIfUnable);
17
}
18
}
NeuroAccessMaui.Links.ILinkOpener
Interface for classes that can open links.
Definition:
ILinkOpener.cs:9
NeuroAccessMaui.Links.ILinkOpener.TryOpenLink
Task< bool > TryOpenLink(Uri Link, bool ShowErrorIfUnable)
Tries to open a link
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
NeuroAccessMaui.Links
Definition:
DefaultLink.cs:6
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
NeuroAccessMaui
NeuroAccessMaui
Links
ILinkOpener.cs
Generated by
1.9.5