WebEventBufferFlushInfo.NotificationType Proprietà

Definizione

Ottiene il tipo della notifica corrente.

public:
 property System::Web::Management::EventNotificationType NotificationType { System::Web::Management::EventNotificationType get(); };
public System.Web.Management.EventNotificationType NotificationType { get; }
member this.NotificationType : System.Web.Management.EventNotificationType
Public ReadOnly Property NotificationType As EventNotificationType

Valore della proprietà

Uno dei valori di EventNotificationType.

Esempio

Nell'esempio di codice riportato di seguito viene illustrato come utilizzare la proprietà NotificationType. Questo esempio di codice fa parte di un esempio più grande fornito per la BufferedWebEventProvider classe.

private EventNotificationType GetNotificationType(
    WebEventBufferFlushInfo flushInfo)
{
    return flushInfo.NotificationType;
}
Private Function GetNotificationType(ByVal flushInfo _
As WebEventBufferFlushInfo) _
As EventNotificationType
    Return flushInfo.NotificationType
End Function 'GetNotificationType

Si applica a