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