Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an identity that has both the TemporaryId and the identifier values array populated with the values that are currently available in the cache.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function ResolveIdentity ( _
identity As Identity _
) As Identity
'Usage
Dim instance As ISynchronizationManager
Dim identity As Identity
Dim returnValue As Identity
returnValue = instance.ResolveIdentity(identity)
Identity ResolveIdentity(
Identity identity
)
Parameters
identity
Type: Microsoft.BusinessData.Runtime.IdentityThe Identity known to the cache.
Return Value
Type: Microsoft.BusinessData.Runtime.Identity
The Identity currently available in the cache.
Remarks
This method accepts a valid identity that is known to the cache; otherwise, it throws an ObjectNotFoundException exception. If both TemporaryId and permanent identifier values are provided and do not match, this method throws an ArgumentException exception.
See Also
Reference
ISynchronizationManager Interface