WebEventBufferFlushInfo.Events 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前訊息的事件集合。
public:
property System::Web::Management::WebBaseEventCollection ^ Events { System::Web::Management::WebBaseEventCollection ^ get(); };
public System.Web.Management.WebBaseEventCollection Events { get; }
member this.Events : System.Web.Management.WebBaseEventCollection
Public ReadOnly Property Events As WebBaseEventCollection
屬性值
目前訊息包含的 WebBaseEventCollection 事件。
範例
下列程式碼範例示範如何使用 Events 屬性。 此程式碼範例是提供給 類別之較大範例的 BufferedWebEventProvider 一部分。
private WebBaseEventCollection GetEvents(
WebEventBufferFlushInfo flushInfo)
{
return flushInfo.Events;
}
Private Function GetEvents( _
ByVal flushInfo As WebEventBufferFlushInfo) _
As WebBaseEventCollection
Return flushInfo.Events
End Function 'GetEvents
備註
由於緩衝處理,通常會在單一訊息中傳送數個事件。