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 ( _
temporaryId As Guid _
) As Identity
'Usage
Dim instance As ISynchronizationManager
Dim temporaryId As Guid
Dim returnValue As Identity
returnValue = instance.ResolveIdentity(temporaryId)
Identity ResolveIdentity(
Guid temporaryId
)
Parameters
temporaryId
Type: System.GuidThe TemporaryId known to the cache.
Return Value
Type: Microsoft.BusinessData.Runtime.Identity
The Identity that is currently available in the cache.
Remarks
The method accepts a valid TemporaryId that is known to the cache; otherwise it throws the ObjectNotFoundException exception.
See Also
Reference
ISynchronizationManager Interface