| IAccountOwnershipServiceGetLatestAccounts Method |
Retrieve the latest account business keys for systemId that have been updated since the given timestamp.
Namespace:
Omada.OE.Solution.OIM.AppLogic.AccountOwnership
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
SyntaxGetLatestAccountsResponse GetLatestAccounts(
Nullable<DateTime> timestamp,
int systemId
)
Parameters
- timestamp
- Type: SystemNullableDateTime
Timestamp - systemId
- Type: SystemInt32
System Id
Return Value
Type:
GetLatestAccountsResponse
See Also