Subscribes users of the given IDs to the given task list.
null
. null
and all IDs must be positive. MultipleObjectException
will be thrown specifying the IDs that failed to be subscribed. Exception Type | Condition |
---|---|
InvalidOperationException | The task list has not yet been stored or has already been removed. |
ArgumentException | One or more of the user IDs is not > 0. |
MultipleObjectException | One or more of the users cannot be subscribed. |
CollaborationException | The method call resulted in an error. |
SoapException | There was a communication problem during the execution of the remote method call. |
ITaskListManager Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace