Table of Contents

Class TimestampVariable

Namespace
MassTransit.Initializers.Variables
Assembly
MassTransit.Abstractions.dll

Used to set timestamp(s) in a message, which is the same regardless of how many times it is used within the same initialize message context

public class TimestampVariable : IInitializerVariable<DateTime>
Inheritance
TimestampVariable
Implements
Inherited Members

Constructors

TimestampVariable()

public TimestampVariable()

TimestampVariable(DateTime)

public TimestampVariable(DateTime timestamp)

Parameters

timestamp DateTime

Operators

implicit operator DateTime(TimestampVariable)

public static implicit operator DateTime(TimestampVariable variable)

Parameters

variable TimestampVariable

Returns

DateTime