MsmqIntegrationMessageProperty.SentTime Propriedade
Definição
Obtém a data e a hora no computador de envio em que a mensagem foi enviada pelo gerenciador de fila de origem.Gets the date and time on the sending computer that the message was sent by the source queue manager.
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)
Valor da propriedade
A data e a hora no computador de envio que a mensagem foi enviada pelo Gerenciador de filas de origem.The date and time on the sending computer that the message was sent by the source queue manager.
Comentários
A hora de envio é ajustada para a hora local do computador no qual a mensagem foi criada.The sent time is adjusted to the local time of the computer on which the message was created. Esse fuso horário pode ser diferente das filas de origem e de destino.This time zone can be different from those of the source and destination queues.