GetTimestamp Method
Definition
- Assemblies
- Savvyio.Domain.dll
GetTimestamp<T>(T)
Gets the DateTime value of the timestamp from the request.
public static DateTime GetTimestamp<T>(this T request) where T : IDomainEvent
Parameters
requestTThe ITracedDomainEvent to extend.
Returns
Type Parameters
TThe model that implements the ITracedDomainEvent interface.