C# Class Akka.Persistence.Sql.Common.Journal.DefaultTimestampProvider

Default implementation of timestamp provider. Returns DateTime.UtcNow for any message.
Inheritance: ITimestampProvider
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
GenerateTimestamp ( IPersistentRepresentation message ) : System.DateTime

Method Details

GenerateTimestamp() public méthode

public GenerateTimestamp ( IPersistentRepresentation message ) : System.DateTime
message IPersistentRepresentation
Résultat System.DateTime