GlobalObjectId.GlobalObjectIdentifierToInstanceIDSlow

Cambiar al Manual
public static int GlobalObjectIdentifierToInstanceIDSlow (GlobalObjectId id);

Parámetros

idThe GlobalObjectId to lookup.

Valor de retorno

int If the GlobalObjectId is found, this method returns the converted InstanceID. Returns 0 if the GlobalObjectId is not found.

Descripción

Converts a GlobalObjectId to an InstanceID.

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