Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IThingRegistryUserSource.cs
1using System.Threading.Tasks;
3
5{
11 {
18 Task<IUser?> TryGetOwner(IUser Device);
19 }
20}
A Thing Registry user source, supporting management of devices, with information about ownership.
Task< IUser?> TryGetOwner(IUser Device)
Checks if a user is a device, and if so, if it has an owner in the Thing Registry,...
Basic interface for a user.
Definition: IUser.cs:7
Interface for data sources containing users.
Definition: IUserSource.cs:9