firstSharedTransientInstance
firstSharedTransientInstance(): InstanceType;
The firstSharedTransientInstance method of the Class class returns a reference to the first 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.