Condividi tramite


WebEventBufferFlushInfo.NotificationType Proprietà

Definizione

Ottiene il tipo di 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 EventNotificationType valori.

Esempio

Nell'esempio di codice seguente viene illustrato come utilizzare la NotificationType proprietà . Questo esempio di codice fa parte di un esempio più ampio 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