Compartilhar via


WebEventBufferFlushInfo.LastNotificationUtc Propriedade

Definição

Obtém a data e a hora da última notificação.

public:
 property DateTime LastNotificationUtc { DateTime get(); };
public DateTime LastNotificationUtc { get; }
member this.LastNotificationUtc : DateTime
Public ReadOnly Property LastNotificationUtc As DateTime

Valor da propriedade

DateTime

A data e a hora da última notificação.

Exemplos

O exemplo de código a seguir mostra como usar a LastNotificationUtc propriedade. Este exemplo de código faz parte de um exemplo maior fornecido para a BufferedWebEventProvider classe.

private DateTime GetLastNotificationTime(
    WebEventBufferFlushInfo flushInfo)
{
    return flushInfo.LastNotificationUtc;
}
Private Function GetLastNotificationTime(ByVal flushInfo _
As WebEventBufferFlushInfo) As DateTime
    Return flushInfo.LastNotificationUtc
End Function 'GetLastNotificationTime

Aplica-se a