Serializer.GetCachedObject Method

For internal use only. Gets the object associated with the specified ISurrogateWithReferenceId.
Public Shared Function GetCachedObject( _ 
ByVal surrogateWithReferenceId As ISurrogateWithReferenceId
) As Object
This language is not supported or no code example is available.
public static object GetCachedObject( 
ISurrogateWithReferenceId surrogateWithReferenceId 
)
This language is not supported or no code example is available.

Parameters

surrogateWithReferenceId
ISurrogateWithReferenceId

The ISurrogateWithReferenceId corresponding to the object to get.

Return Value

object

The related object if presents, otherwise null.

.NET Framework

Supported in: 4.8

In this article

Definition