A task output filter that is defined by a set of task IDs.

C# |
public sealed class TaskIdFilter : TaskOutputFilter

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TaskIdFilter()()()() | Initializes a new instance of the TaskIdFilter class |
![]() | AddId(String) | Adds the specified task ID to the filter. |
![]() | EnableValidation | Sets a value to enable or disable filter validation. By default, filter validation is disabled. (Overrides TaskOutputFilter.EnableValidation.) |
![]() | IsSatisfied | Gets a value indicating whether the filter has been satisfied. (Overrides TaskOutputFilter.IsSatisfied.) |
![]() | RemoveId(String) | Removes the specified task ID from the filter. |
![]() | Reset()()()() | Resets the filter criteria. (Overrides TaskOutputFilter.Reset()()()().) |

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 |

[Platform.Symphony.Soam.TaskOutputFilter]