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