AckResourceSynchronisation
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[AckResourceSynchronisationResult]] ackResourceSynchronisation([[UserIDBean]] userID, [[ResourceSynchronisationBean]][] resources) | |
== Description == | == Description == | ||
− | + | Marks the specified records on Eservice as synchronized, and will not be returned via the [[getUnsynchronisedResources]] method unless their details are changed or updated in some way. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[ResourceSynchronisationBean]] array |
− | | | + | |users |
− | | | + | |An array of resources to mark as synchronized. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[AckResourceSynchronisationResult]] |
Latest revision as of 05:19, 10 June 2005
Contents |
[edit] Method
AckResourceSynchronisationResult ackResourceSynchronisation(UserIDBean userID, ResourceSynchronisationBean[] resources)
[edit] Description
Marks the specified records on Eservice as synchronized, and will not be returned via the getUnsynchronisedResources method unless their details are changed or updated in some way.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
ResourceSynchronisationBean array | users | An array of resources to mark as synchronized. |