Subscribes users of the given IDs to the given task list.
null
. null
; 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 | Any of the userIDs is not > 0. |
MultipleObjectException | Any users cannot be subscribed. |
CollaborationException | The method call resulted in an error. |
SoapException | There is a communication problem during the execution of the remote method call. |
ITaskListManager Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace