Abstract base class for a task output filter. A task output filter sets the criteria of which task outputs to retrieve.

C# |
public abstract class TaskOutputFilter

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | EnableValidation | Sets a value to enable or disable filter validation. By default, filter validation is disabled. |
![]() | IsSatisfied | Gets a value indicating whether the filter has been satisfied. |
![]() | Reset()()()() | Resets the filter criteria. |

NOTE: If any of the methods of this class are called after the Main(...) method exits, the client or service process may behave in an undefined manner (for example, hang or terminate abnormally).

Object | ||
![]() | TaskOutputFilter | |
![]() | TaskIdFilter |