MsmqIntegrationMessageProperty.SentTime 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取发送计算机上的源队列管理器发送消息的日期和时间。
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)
属性值
发送计算机上的源队列管理器发送消息的日期和时间。
注解
发送时间将会被调整为创建消息的计算机上的本地时间。 该时区可与源队列和目标队列的时区不同。