UntypedInputAdapter<TEvent>.ReleaseEvent 方法 (TEvent)

 

釋放事件所佔據的記憶體。

命名空間:   Microsoft.ComplexEventProcessing.Adapters
組件:  Microsoft.ComplexEventProcessing.Adapters (在 Microsoft.ComplexEventProcessing.Adapters.dll 中)

語法

public void ReleaseEvent(
    ref TEvent eventInstance
)
public:
virtual void ReleaseEvent(
    TEvent% eventInstance
) sealed
abstract ReleaseEvent : 
        eventInstance:'TEvent byref -> unit
override ReleaseEvent : 
        eventInstance:'TEvent byref -> unit
Public Sub ReleaseEvent (
    ByRef eventInstance As TEvent
)

參數

  • eventInstance
    事件執行個體。

類型參數

  • TEvent
    這個配接器所產生之事件的裝載結構。

請參閱

UntypedInputAdapter<TEvent> 類別
Microsoft.ComplexEventProcessing.Adapters 命名空間

回到頁首