MsmqMessage<T>.ArrivedTime Свойство

Определение

Получает или задает значение структуры DateTime, которое указывает, доставлено ли сообщение в конечную очередь.

public:
 property Nullable<DateTime> ArrivedTime { Nullable<DateTime> get(); };
public DateTime? ArrivedTime { get; }
member this.ArrivedTime : Nullable<DateTime>
Public ReadOnly Property ArrivedTime As Nullable(Of DateTime)

Значение свойства

Значение структуры DateTime, указывающее, доставлено ли сообщение в конечную очередь.

Примеры

Console.WriteLine("Message arrived at the destination queue at {0}", message.ArrivedTime.ToString());
Console.WriteLine("Message arrived at the destination queue at {0}", message.ArrivedTime.ToString())

Применяется к