WebEventBufferFlushInfo.LastNotificationUtc Egenskap

Definition

Hämtar datum och tid för det senaste meddelandet.

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

Egenskapsvärde

Datum och tid för det senaste meddelandet.

Exempel

Följande kodexempel visar hur du använder egenskapen LastNotificationUtc . Det här kodexemplet är en del av ett större exempel för BufferedWebEventProvider klassen.

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

Gäller för