C# Class TimestampedEventArgs, extensions

Base class for domain event payloads, which are always timestamped.
Inheritance: EventArgs
Afficher le fichier Open project: netfx/extensions Class Usage Examples

Méthodes publiques

Méthode Description
TimestampedEventArgs ( ) : System

Initializes a new instance of the TimestampedEventArgs class.

TimestampedEventArgs ( DateTime timestamp = null ) : System

Initializes a new instance of the TimestampedEventArgs class.

Method Details

TimestampedEventArgs() public méthode

Initializes a new instance of the TimestampedEventArgs class.
public TimestampedEventArgs ( ) : System
Résultat System

TimestampedEventArgs() public méthode

Initializes a new instance of the TimestampedEventArgs class.
public TimestampedEventArgs ( DateTime timestamp = null ) : System
timestamp DateTime The time when the event occurred.
Résultat System