This document is archived and information here might be outdated. Recommended version. |
The action processor that will evaluate the data messages before they are stored. This permits filtering or ignoring messages that the action indicates.
[Visual Basic .NET] Public Property PreActionProcessor As IActionProcessor
[C#] public IActionProcessor PreActionProcessor {get; set;}
[C++]
HRESULT get_PreActionProcessor(
IActionProcessor** ppiProcessor
);
[C++]
HRESULT putref_PreActionProcessor(
IActionProcessor* ppiProcessor
);
[C++] Parameters ppiProcessor [out, retval]
ppiProcessor is a parameter of type IActionProcessor** ppiProcessor [in]
ppiProcessor is a parameter of type IActionProcessor*