C# 클래스 Akka.Persistence.Sql.Common.Journal.DefaultTimestampProvider

Default implementation of timestamp provider. Returns DateTime.UtcNow for any message.
상속: ITimestampProvider
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
GenerateTimestamp ( IPersistentRepresentation message ) : System.DateTime

메소드 상세

GenerateTimestamp() 공개 메소드

public GenerateTimestamp ( IPersistentRepresentation message ) : System.DateTime
message IPersistentRepresentation
리턴 System.DateTime