Click or drag to resize

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

Parameters

timestamp
Type: SystemNullableDateTime
Timestamp
systemId
Type: SystemInt32
System Id

Return Value

Type: GetLatestAccountsResponse

Implements

IAccountOwnershipServiceGetLatestAccounts(NullableDateTime, Int32)
Exceptions
ExceptionCondition
Exception
See Also