This adds a transaction filter to monitor DDE transactions.
Parameters
- filter
- The implementation of
ITransactionFilter
that you want to add.
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 Type | Condition |
---|---|
ArgumentNullException | This is thrown when filter is a null reference. |
InvalidOperationException | This is thrown when the filter was already added. |
See Also
DdeContext Class | NDde.Advanced Namespace