Bagikan melalui


WebEventBufferFlushInfo.LastNotificationUtc Properti

Definisi

Mendapatkan tanggal dan waktu pemberitahuan terakhir.

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

Nilai Properti

Tanggal dan waktu pemberitahuan terakhir.

Contoh

Contoh kode berikut menunjukkan cara menggunakan LastNotificationUtc properti . Contoh kode ini adalah bagian dari contoh yang lebih besar yang disediakan untuk BufferedWebEventProvider kelas .

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

Berlaku untuk