MsmqIntegrationMessageProperty.SentTime 属性

定义

获取发送计算机上的源队列管理器发送消息的日期和时间。

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

属性值

Nullable<DateTime>

发送计算机上的源队列管理器发送消息的日期和时间。

注解

发送时间将会被调整为创建消息的计算机上的本地时间。 该时区可与源队列和目标队列的时区不同。

适用于