GlobalObjectId.GlobalObjectIdentifierToObjectSlow

Cambiar al Manual
public static Object GlobalObjectIdentifierToObjectSlow (GlobalObjectId id);

Parámetros

idThe GlobalObjectId to lookup.

Valor de retorno

Object If the GlobalObjectId is found, this method returns the converted Object reference. Returns null if the GlobalObjectId is not found.

Descripción

Converts a GlobalObjectId to an Object reference.

This call is slow and should be avoided or used sparingly.