Click or drag to resize

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
Syntax
C#
GetLatestAccountsResponse GetLatestAccounts(
	Nullable<DateTime> timestamp,
	int systemId
)

Parameters

timestamp
Type: SystemNullableDateTime
Timestamp
systemId
Type: SystemInt32
System Id

Return Value

Type: GetLatestAccountsResponse
See Also