UntypedInputAdapter<TEvent>.ReleaseEvent Method (TEvent)

 

Release the memory occupied by an event.

Namespace:   Microsoft.ComplexEventProcessing.Adapters
Assembly:  Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)

Syntax

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
)

Parameters

  • eventInstance
    Type: TEvent

    Event instance.

Type Parameters

  • TEvent
    Payload structure for the events produced by this adapter.

See Also

UntypedInputAdapter<TEvent> Class
Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top