![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Deserialises IEvent<TAuthenticationToken> from a serialised state. More...
Public Member Functions | |
IEvent< TAuthenticationToken > | Deserialise (EventData eventData) |
Deserialise the provided eventData into an IEvent<TAuthenticationToken>. More... | |
Deserialises IEvent<TAuthenticationToken> from a serialised state.
TAuthenticationToken | The Type of the authentication token. |