Platform Symphony .NET API Reference - Version 5.1
TaskIdFilter Class
NamespacesPlatform.Symphony.SoamTaskIdFilter
A task output filter that is defined by a set of task IDs.
Declaration Syntax
C#
public sealed class TaskIdFilter : TaskOutputFilter
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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()()()().)
Remarks

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).

Inheritance Hierarchy
See Also
[Platform.Symphony.Soam.TaskOutputFilter]

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0