lastSharedTransientInstance

lastSharedTransientInstance(): InstanceType;

The lastSharedTransientInstance method of the Class class returns a reference to the last shared transient instance of the class that was created with the sharedTransient qualifier; that is, a transient object that can be shared between processes.

See also "Caveat When Handling Shared Transient Class Instances", earlier in this section.