Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEndpointLocalizationService.cs
1
using
System.Threading.Tasks;
2
3
namespace
Waher.Security.WAF
4
{
8
public
interface
IEndpointLocalizationService
9
{
15
Task<IEndpointLocalization>
TryGetLocation
(
string
Endpoint);
16
}
17
}
Waher.Security.WAF.IEndpointLocalizationService
Interface for Enndpoint localizations.
Definition:
IEndpointLocalizationService.cs:9
Waher.Security.WAF.IEndpointLocalizationService.TryGetLocation
Task< IEndpointLocalization > TryGetLocation(string Endpoint)
Tries to get localization information about an endpoint.
Waher.Security.WAF
Definition:
IEndpointLocalization.cs:7
IoTGateway
Security
Waher.Security.WAF
IEndpointLocalizationService.cs
Generated by
1.9.5