Adapter.Dispose Method ()

 

Releases all of the resources owned by the adapter host.

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

Syntax

public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Public Sub Dispose

Implements

IDisposable.Dispose()

Remarks

This method must not be called by users, as this would result in an unusable adapter.

See Also

Disposeā€‚Overload
Adapter Class
Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top