다음을 통해 공유


WebEventBufferFlushInfo.NotificationType 속성

정의

현재 알림 유형을 가져옵니다.

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

속성 값

값 중 EventNotificationType 하나입니다.

예제

다음 코드 예제에서는 속성을 사용 하는 방법을 보여 있습니다 NotificationType . 이 코드 예제는 클래스에 제공된 더 큰 예제의 BufferedWebEventProvider 일부입니다.

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

적용 대상