Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ILinkOpener.cs
2
4{
8 public interface ILinkOpener : IProcessingSupport<Uri>
9 {
16 Task<bool> TryOpenLink(Uri Link, bool ShowErrorIfUnable);
17 }
18}
Interface for detecting interfaces supporting objects with predefined features.