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()

Implements

IDisposable.Dispose()

Remarks

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

See Also

Reference

Adapter Class

Dispose Overload

Microsoft.ComplexEventProcessing.Adapters Namespace