DdeContext.RemoveTransactionFilter Method

NDde

Dynamic Data Exchange Library for .NET

DdeContext.RemoveTransactionFilter Method 

This removes a transaction filter and stops it from monitoring DDE transactions.

public void RemoveTransactionFilter(
   IDdeTransactionFilter filter
);

Parameters

filter
The implementation of ITransactionFilter that you want to remove.

Remarks

Transaction filters can be used to intercept the DDEML callback.

CAUTION    Incorrect usage of the DDEML can cause this library to function incorrectly and can lead to resource leaks.

Exceptions

Exception TypeCondition
ArgumentNullException This is thrown when filter is a null reference.
InvalidOperationException This is thrown when the filter was not previously added.

See Also

DdeContext Class | NDde.Advanced Namespace