Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IIdentityStatefulService.cs
1using System.Threading.Tasks;
3
4namespace Paiwise
5{
9 public interface IIdentityStatefulService : IModule, IProcessingSupport<IIdentityApplication>
10 {
16 }
17}
Interface for identity applications.
Interface for stateful identity application services.
Task ApplicationUpdated(IIdentityApplicationState Application)
Called when an Identity application state has been updated.
Interface for late-bound modules loaded at runtime.
Definition: IModule.cs:9
Interface for detecting interfaces supporting objects with predefined features.